1. Mol4
  2. Sherlock Holmes The Voice
  3. Free Templates / Extensions
  4. Wednesday, 15 September 2021
  5.  Subscribe via email
Hello Ciaran,

Is it possible to have one image go from big to smaller with J51_LayerSlideshow ?
This is an example on internet.

Thanks!
Greetings, Ton
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ton

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

Edit to taste

div.layerslideshow .tns-slider img {
transform: scale(1.8);
transition: all 20s linear;
transition-delay: .4s;
}
div.layerslideshow .tns-slide-active img {
transform: scale(1);
}


CIaran
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks! This works like a charm :-)
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!