0
Votes
Undo
  1. Silvio
  2. Commercial Templates
  3. Sunday, 28 November 2021
  4.  Subscribe via email
hello is it possible to have same nina template effect in layla template on mod_j51layerslideshow
Thank you
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Assuming you are referring to the zoom effect on each slide image, Ttry adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

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


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
thankseeeee :D :D :D :D :D
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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