Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Is it possible to have animated gallery thumbnails using .gifs, video, etc.? It isn't the end of the world if you can't, though it would be nice.
Thanks!
"Never go creeping around old castles at night; you may find what you're looking for."
- Grimsley
Offline
You could try the CSS transform: scale() property on :hover.
.pswp_go img:hover {
transform: scale(1.2,1.2);
}
Or even CSS animations
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
At present, thumbnails are limited to what Lightroom will export via publish services. So I think that's just still JPGs.
Offline
Thanks guys!
"Never go creeping around old castles at night; you may find what you're looking for."
- Grimsley
Offline
Pages: 1