RICG Responsive Images
Bringing automatic default responsive images to WordPress.
The facts
- Rating
- 4.7★ from 20
- Active installs
- 2k+
- Price
- Free
- Last updated
- 28 Nov 2017
- Added
- Jan 2015
- Requires WP
- 4.0
- Tested up to
- WP 4.4.34
- Downloads
- 155,787
Our analysis
AI-assistedRICG Responsive Images is a WordPress plugin that adds automatic default responsive images to your site. It includes all available image sizes for each upload, ensuring that the correct size is served based on the user's device. This plugin is particularly useful for those using versions of WordPress prior to 4.4, as it helps maintain valid image markup.
The plugin is designed for users who need to enhance image responsiveness on their WordPress sites, especially if they have older versions installed. It can also be used for advanced image compression support or to include the picturefill script, with a fallback to default WordPress functions if responsive image support is detected.
Best for: This suits users of older WordPress versions who need to ensure responsive image support.
What it does well
- ✓Adds automatic default responsive images
- ✓Includes all available image sizes for each upload
- ✓Maintains valid image markup for older WordPress versions
- ✓Can be used for advanced image compression support
Where it falls short
- •No longer necessary for WordPress 4.4 and above
- •Last updated in November 2017, may not be actively maintained
Verdict
RICG Responsive Images is useful for maintaining responsive images on older WordPress installations, but its necessity diminishes with newer versions of WordPress.
From the developer
tevko's own description of RICG Responsive Images, lightly tidied.
Bringing automatic default responsive images to WordPress.
This plugin works by including all available image sizes for each image upload. Whenever WordPress outputs the image through the media uploader, or whenever a featured image is generated, those sizes will be included in the image tag via the srcset attribute.
Important notes
- As of WordPress 4.4, images are responsive by default. If you are on WordPress 4.4 or plan to update, you will not need to install this plugin.
If you have had this plugin installed since before version 2.5 but are running version 4.4 of WordPress, it is important that you leave the plugin installed. This is because all versions of the plugin before version 2.5 relied on a data-sizes attribute being present on an image in order to provide the responsive markup needed. If the plugin in this case is removed, then images in posts will be left with invalid markup. We are working to address this issue, and you can keep track of our progress here at https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images/issues/178.
You can still use the plugin for advanced image compression support or as a simple way to include the picturefill script. The plugin will fall back to WordPress default functions if responsive image support is detected in your installation.
-
Version 3.1.0 includes important changes that make this plugin compatible with WordPress version 4.4. Upgrading is highly recommended.
-
As of version 2.5.0, the plugin adds
srcsetandsizesattributes to images on the front end instead of adding them to the image markup saved in posts.
Full documentation and contributor guidelines can be found on Github