When using the RadImageGallery and pointing it to a folder on the webserver, I'd like to be able to use the filename as the title or caption of the image. I'd also like to have a hybrid of data in a database for captions/links/etc. while pointing to a folder of images. I'm not sure how this option would work, but it seems like it would be handy for company intranet sites where you post a lot of pictures of meetings and birthday parties.
If any item (other than the first) is an ImageGalleryTemplateItem and user enters full screen on PageLoad, when clicking next, if that next item is the ImageGalleryTemplateItem, the user will be force out of full screen mode.
Can a Target Property be added to ImageGalleryItem? Since the recent addition of NavigateURL property, it seems logical to have the Target Property available rather than using script. The new NavigateURL property is not used whenever you need to specify a target as script must do the job.
Slideshow rendering messed up in Chrome. After any slide comes in a segment the right side is corrupted as shown in the attached image. The bug is reproduced if you set the animation to loop and fire the play button. After that leave the slider to work non-stop for 10-15 minutes and you'll see the corrupted rendering. Here is some test code: <telerik:RadImageGallery ID="RadImageGallery1" Width="100%" LoopItems="true" ImagesFolderPath="slides" runat="server" DisplayAreaMode="Image" Height="450px"> <ClientSettings> <AnimationSettings SlideshowSlideDuration="6000"> <NextImagesAnimation Type="Random" Easing="Random" Speed="3000" /> <PrevImagesAnimation Type="Random" Easing="Random" Speed="3000" /> </AnimationSettings> </ClientSettings> <ThumbnailsAreaSettings Position="Left" Width="0" Mode="ImageSlider" ScrollOrientation="Vertical" /> <ImageAreaSettings ShowDescriptionBox="false" NavigationMode="Zone" Height="100%" /> </telerik:RadImageGallery>
Hi,
i would love to have a n option to set the Gallerry to keep the title and text visible when the Gallery is in play mode, until the user pause the gallery or move the mouse out.
a work around was provided to me by Attila, which works fine, but i think it should be a built in property.
Thanks a lot,
ilan.
Add ability to define common layout template for the ImageGallery LightBox popup, allowing to define common layout for all image items (including buttons, toolbar, etc.)
The get_width()/get_height() methods of RadImageGalleryItem always return null:
Sample code:
$find('<%=RadImageGallery1.ClientID%>').get_items().getItem(0).get_width()
The ImageGallery toolbar now overlaps the image, thus cutting off the bottom of the image. Please allow us to specify that it is below the image. I have a CSS style that allows it to be below the image, but then when expanded to full screen, the toolbar disappears entirely, so that won't work. thanks!
Currently, only the ALT tag is created in Image Gallery. It would be nice if the TITLE tag is also created. http://www.telerik.com/forums/title-tag-in-html