Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike

    (@mgsisk)

    I can’t seem to replicate this behavior… what device and browser are you seeing this on?

    It’s possible this is related to WordPress 4.4’s introduction of srcset and size attributes on images. If that’s the case, adding:

    add_filter( 'wp_calculate_image_srcset_meta', '__return_null' );

    to Inkblot’s functions.php file may correct the issue.

    Thread Starter reigheena

    (@reigheena)

    It happened with the silk browser on my fire phone, and various readers reported it on their iphones.

    However, soon after posting, I discovered the add_filter code on another site, which seems to have taken care of the problem. Thanks for looking into this!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Only showing post-thumbnail on mobile browsers’ is closed to new replies.