• Resolved gentheme

    (@gentheme)


    In mobile view, you can notice the images from 4th image are not completely fitting in its container. Please give functions.php code to remove auto from sizes attribute of image that added after WP 6.7 update. Refference.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • In mobile view, you can notice the images from 4th image are not completely fitting in its container. Please give functions.php code to remove auto from sizes attribute of image that added after WP 6.7 update.?Refference.
    Visit Website

    Looking for the same issue. Bumped into your thread. Thanks for creating it. Looking forward for solution

    Thread Starter gentheme

    (@gentheme)

    Add to functions.php

    add_filter('wp_lazy_loading_enabled', '__return_false');
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.