You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue where the thumbnail image is not appearing next to the search result links. This could potentially be caused by plugins like Smush or WP Rocket. I’ve noticed the following code in my website’s source code:
I'm having an issue where the thumbnail image is not appearing next to the search result links. This could potentially be caused by plugins like Smush or WP Rocket. I’ve noticed the following code in my website’s source code:
.lazyload, .lazyloading {
opacity: 0;
}
.lazyloaded {
opacity: 1;
transition: opacity 400ms;
transition-delay: 0ms;
}
The text was updated successfully, but these errors were encountered: