As a follow-up, I was able to resolve my slider graphics sizing issue using Infinite Slider 2.2 by defining a common class for the slider graphics and sizing the class appropriately. Again, thanks to @Lucas for creating this bric. ![]()
pruthe
As a follow-up, I was able to resolve my slider graphics sizing issue using Infinite Slider 2.2 by defining a common class for the slider graphics and sizing the class appropriately. Again, thanks to @Lucas for creating this bric. ![]()
pruthe
@Lucas, Other than what is visible in the settings⦠What are the unmentioned classes or CSS that can be used in this Bric?
Example: More advance Caption control (padding, margins, flex, text sizes rem or emā¦).
I have a slide that the Caption will not appear no matter what I change.
https://readysetgofilms.com/features/
Love Infinite Slider! @Lucas, is there a way I can add a zooming feature when hovering over the image?
You can add some CSS to achieve it. Something like this.
Change the scale amount and transition time to suit.
.infinite-slider picture {overflow: hidden;}
.infinite-slider img {transition: scale 300ms ease-in-out;}
.infinite-slider img:hover {transition: scale 300ms ease-in-out, scale: 1.2;}
I appreciate you sharing your expertise.
Is there any way to get more control other the Caption? Maybe even per slide.
Probably, I unfortunately do not have the bric, I just looked at your site to get that CSS,
I will leave it Lucas to discuss features. Looks like an awesome bric.
@Lucas, I found this using the Inspector
class=āis-item-caption is-item-bottomā
Is this the Class that would allow more advance Caption control (padding, margins, flex, text sizes rem or em, or shadowā¦)?
Try itā¦.if it doesā¦.then boom thatās the one!
Yep thatās the captionās class.