Hi, if the image on the Contact page is still flashing with WP Rocket lazyloading already disabled, then lazyloading might not be the issue.
Anyway, to disable lazyloading a specific image using WP Rocket, please see … https://docs.wp-rocket.me/article/15-disable-lazy-load-on-specific-images
There could still be something else at play concerning the Cover block on the Contact page. There are three versions of the same background image that have been added into a style attribute on the main Cover block element, so I’m wondering if that is a feature of the theme you are using on the website …
<div class="wp-block-cover alignfull has-parallax is-alignfull-first" style="--background-image-sm:url(https://cohapoutreachcorporation.org/wp-content/uploads/2023/06/cohap-contact-us_v5-1024x512.jpg);--background-image-md:url(https://cohapoutreachcorporation.org/wp-content/uploads/2023/06/cohap-contact-us_v5-300x150.jpg);--background-image-lg:url(https://cohapoutreachcorporation.org/wp-content/uploads/2023/06/cohap-contact-us_v5-300x150.jpg);min-height:450px">
I have highlighted the style attribute and the 3 versions of the background image in the code block above. That looks like it was added by the theme or a plugin. Can that additional style attribute be removed? You might need to check on the theme support forum. The theme is Mai Influence from BizBudding.
Good luck!
-
This reply was modified 1 year, 3 months ago by Gerry. Reason: Corrected an error