1. Hubertus55
  2. Commercial Templates
  3. Monday, 03 April 2023
  4.  Subscribe via email
Hello Ciaran,
I bought the Layla template and would like to add the zoom effect in the slideshow like the Nina template. Can't find any setting though. Is there a solution for this?
Best regards Hubertus
Accepted Answer Pending Moderation
0
Votes
Undo
Found the solution. Someone asked before.

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);
}

Thanks
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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