How to disable animation on slider, custom content for all kind of image on broadcast theme

Hi, I would like to disable all kind of image animation on my website, i use the custom content section and there is always a zoom in or off animation that i don’t like and i cant get rid of it. Anyone can help me it’s visible on my homepage below.

https://brut-clothing.com/

Thanks in advance from Paris !

Paul

@POLOCUELO

Hi,

To disable the zoom animation, please go to Assets > theme.css file and add the code below.

.fade-in-image-zoom .background-size-cover.lazyloaded {
  transform: none !important;
}

Hope it helps.

it works perfectly thanks !!!