It appears that my hero image is lazy loading. Being above the fold this is slowing the load time, and I’d like the image to load immediately.
I’ve tried adding this to the end of theme.css but it didn’t seem to work
.hero__image-wrapper:before, .hero__media:before {
display: none;
}
Any other suggestions gratefully received.
Thank you.