Animated Thumbnail Gallery Support Product Page
Answered
Thumbnail borders in Animated Thumbnail Gallery
Asked 12 years ago
1
has this question
12 years ago 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 12 years ago
12 years ago 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 12 years ago
12 years ago David Woolley replied:
Thanks Teodor