Hi,
would you like to display some project folder image (from App_Themes folder) or some image which was inserted in document (in the Banner field)?
2. What kind of form control was used for Banner field? In case this fields stores GUID you can use following code in your transformation:
<%# GetImage("NewsTeaser") %>
3. The above code should be inserted in transformation which is used by your repeater control:
Configuration of cmsrepeater control4. The repeater web part only renders image. It does not have any slider functionality. For this you would need to use content slider or some other web part.
Best regards,
Ivana Tomanickova