Our site, https://ivyhouseboutique.com/collections/new-arrivals the product images only appear on scroll. Tried to follow the instructions online to go to themes > customize > and animation, but the animation is not there in my console.
Please help!
Our site, https://ivyhouseboutique.com/collections/new-arrivals the product images only appear on scroll. Tried to follow the instructions online to go to themes > customize > and animation, but the animation is not there in my console.
Please help!
This is either from the theme customization of theme coding
This doesn’t seem helpful. I am looking for help in removing lazy loading and/or reveal on scroll settings in the impulse theme on website: https://ivyhouseboutique.com/collections/new-arrivals
FYI I figured it out on my own! Custom CSS:
.image-element {
opacity: 1 !important;
transition: none !important;
}