Taylor Collins

Results 4 comments of Taylor Collins

This can be accomplished using CSS alone: ```css .tns-item, .tns-slide-active { filter: grayscale(1); /* Sets all slides to grayscale. */ } .tns-slide-active + .tns-slide-active { filter: none; /* Sets the...

@VadimZvf could you please provide an example of that? > If you need a lazy loaded picture tags you can use the lazyloadSelector option for specify selector for any custom...

> Have you tried to add: `lazyloadSelector: 'img, source'`? Yeah, but it was still loading all the srcset images on load. I figured out that it is necessary to also...