Animated Thumbnail Gallery Support Product Page
Answered
Thumbnail borders in Animated Thumbnail Gallery
Asked 29 Aug 2012 09:39:10
1
has this question
29 Aug 2012 09:39:10 David Woolley posted:
Is it correct to change this selector in thumbnail_gallery.css to give the actual thumbnail a border: .IndexGallery .thumb img
{
max-height:100%;
max-width:100%;
border:solid #999 1px; /* originally border:0 */
}
Anything else I need to change?
Replies
Replied 29 Aug 2012 10:11:41
29 Aug 2012 10:11:41 Teodor Kuduschiev replied:
Hello David,
This is all you need to add. Nothing additional is required.
This is all you need to add. Nothing additional is required.
Replied 29 Aug 2012 10:27:16
29 Aug 2012 10:27:16 David Woolley replied:
Thanks Teodor