• Hi,
    I’ve just activated the plugin on a fresh WP installation version 4.3.1
    By default the “Twenty Fifteen” is the active theme.
    No other changes or plugins are installed.
    Chrome Version 46.0.2490.80 m under Windows 8.1

    Chrome loads only the original image (size: 2000px/1093px) and ignores the rest, even though the code is loaded properly in the front-end.

    <img class="alignnone wp-image-14 size-full" src="http://mysite.com/wp-content/uploads/2015/10/business-app.jpg" alt="business-app" width="2000" height="1139" srcset="http://mysite.com/wp-content/uploads/2015/10/business-app-300x171.jpg 300w, http://mysite.com/wp-content/uploads/2015/10/business-app-1024x583.jpg 1024w, http://mysite.com/wp-content/uploads/2015/10/business-app.jpg 2000w" sizes="(max-width: 2000px) 100vw, 2000px">

    No change when I resize the browser window or when I refresh the page. In both cases Chrome loads the biggest size available.

    I tested it inside IE, Safari and Firefox and the image work as expected, the image changes accordingly the size of the browser’s window.

    https://wordpress.org/plugins/ricg-responsive-images/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I was having a similar problem with this. For me it just turn out to be how Chrome handles cached images. If Chrome already has a larger sized image loaded in cache, it won’t make the extra request for a new, smaller image. Have you disabled cache in Chrome’s DevTools?

    Plugin Contributor Joe McGill

    (@joemcgill)

    I was just about to mention the same thing as nicholas_benoit. It sound like Chrome has the original image size cached. Try disabling cache and refreshing the page at a small browser width to see if this is the case.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Chrom loads only the original image size’ is closed to new replies.