New bric: Infinite Slider

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. :slight_smile:

pruthe

2 Likes

@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.

@AdieJAM :+1:

1 Like