just-responsive-images icon indicating copy to clipboard operation
just-responsive-images copied to clipboard

WordPress Plugin to support better responsive images with <picture> tag, backgrounds, retina support etc.

Results 8 just-responsive-images issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the great plugin! I was wondering if it would be possible to automatically add webP and AVIF srcsets to the generated image. It would be awesome to...

Hello, Is it possible to configure rwd_attachment_image or $my_image_sizes array to display original image or the biggest one in src attribute? It's important for correct lazyload setup and SEO. Placeholders...

Sometimes instead of using a different size of the same image across different devices, I want to use a different image. I thought there was a capability for this using...

Hey! Thanks for building such a great tool to actually make Wordpress way more responsive. This is exactly what we need to be more HTML5 compliant. In using your plugin...

help wanted

Hi, I noticed that when you just use an array `global $glob_sce_settings;` `/* Image sizes */` `$glob_sce_settings['rwd_image_sizes']['s-team 2x'] = array(` ` array(275, 275, array('center', 'center'))` `);` or one image size...

bug

It becomes available only if theme sets some custom image size using *rwd_image_sizes* hook.

@aprokopenko In the new version of JRI, you don't register the image size until page load, right? How do you anticipate supporting Gutenberg with client-side rendering?

The process to register all image sets/sizes is time consuming, because it validates user settings array, parse retina options etc. Would be great to save configured array of sizes inside...

enhancement