
Responsify WP is the WordPress plugin that cares about responsive images.
Responsify WP finds featured images and all images inside the content and makes them responsive.
For example, you might have a template that looks like this:
<article> <h1><?php the_title();?></h1> <?php the_content();?> </article>
That will output something like this:
<article> <h1>Hello world</h1> <p>Lorem ipsum dolor sit amet...</p> <img src="large.jpg" alt="Image description"> </article>
But once you have activated the plugin, it will look like this instead:
<article> <h1>Hello world</h1> <p>Lorem ipsum dolor sit amet...</p> <img sizes="(min-width: 300px) 1024px, (min-width: 150x) 300px, 150px" srcset="thumbnail.jpg 150w, medium.jpg 300w, large.jpg 1024w" alt="Image description"> </article>
You can also choose to use the picture element instead:
<article> <h1>Hello world</h1> <p>Lorem ipsum dolor sit amet...</p> <picture> <source srcset="full-size.jpg" media="(min-width: 1024px)"> <source srcset="large.jpg" media="(min-width: 300px)"> <source srcset="medium.jpg" media="(min-width: 150px)"> <img srcset="thumbnail.jpg" alt="Image description"> </picture> </article>
It also works with high resolution (retina) images:
<article> <h1>Hello world</h1> <p>Lorem ipsum dolor sit amet...</p> <picture> <source srcset="full-size.jpg" media="(min-width: 1024px)"> <source srcset="large.jpg, large_retina.jpg 2x" media="(min-width: 300px)"> <source srcset="medium.jpg, medium_retina.jpg 2x" media="(min-width: 150px)"> <img srcset="thumbnail.jpg, thumbnail_retina.jpg 2x" alt="Image description"> </picture> </article>
The different versions of the image in the examples above is in the standard thumbnail, medium, large and full sizes.
The media queries are based on the width of the “previous” image.
Any custom sizes of the image will also be found and used.
You can select which image sizes that the plugin should use from the RWP settings page.
These settings can be overwritten from your templates.
<?php // Using get_posts() $posts = get_posts( array( 'post_type' => 'portfolio', 'rwp_settings' => array( 'sizes' => array('large', 'full') ) ) ); foreach( $posts as $post ) { // ... } // Using WP_Query() $query = new WP_Query( array( 'category_name' => 'wordpress', 'rwp_settings' => array( 'sizes' => array('large', 'full') ) ) ); if ( $query->have_posts() ) { // ... } ?> Available settings:
RWP provides a number of functions that can generate responsive images in your templates.
Let’s say that you have the following markup for a very large header image:
<header> <?php the_post_thumbnail( 'full' ); ?> </header>
As you probably know, the_post_thumbnail() will create a regular <img> tag with the full-size image in this case.
But you don’t want to send a big 1440px image to a mobile device. This can easily be solved like this:
<header> <?php $thumbnail_id = get_post_thumbnail_id( $post->ID ); // Generate an <img> tag with srcset/sizes attributes. echo rwp_img( $thumbnail_id ); // Generate a <picture> element echo rwp_picture( $thumbnail_id ); ?> </header>
https://github.com/stefanledin/responsify-wp.
Starting from $0 per month.
Rating
Reviewers
18 reviews
Tags
Developed By
stefanledin
Quick & Easy
Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!
Testimonial plugins for Wordpress
Galleries plugins for Wordpress
SEO plugins for Wordpress
Contact Form plugins for Wordpress
Forms plugins for Wordpress
Social Feeds plugins for Wordpress
Social Sharing plugins for Wordpress
Events Calendar plugins for Wordpress
Sliders plugins for Wordpress
Analytics plugins for Wordpress
Reviews plugins for Wordpress
Comments plugins for Wordpress
Portfolio plugins for Wordpress
Maps plugins for Wordpress
Security plugins for Wordpress
Translation plugins for Wordpress
Ads plugins for Wordpress
Video Player plugins for Wordpress
Music Player plugins for Wordpress
Backup plugins for Wordpress
Privacy plugins for Wordpress
Optimize plugins for Wordpress
Chat plugins for Wordpress
Countdown plugins for Wordpress
Email Marketing plugins for Wordpress
Tabs plugins for Wordpress
Membership plugins for Wordpress
popup plugins for Wordpress
SiteMap plugins for Wordpress
Payment plugins for Wordpress
Coming Soon plugins for Wordpress
Ecommerce plugins for Wordpress
Customer Support plugins for Wordpress
Inventory plugins for Wordpress
Video Player plugins for Wordpress
Testimonials plugins for Wordpress
Tabs plugins for Wordpress
Social Sharing plugins for Wordpress
Social Feeds plugins for Wordpress
Slider plugins for Wordpress
Reviews plugins for Wordpress
Portfolio plugins for Wordpress
Membership plugins for Wordpress
Forms plugins for Wordpress
Events Calendar plugins for Wordpress
Contact plugins for Wordpress
Comments plugins for Wordpress
Analytics plugins for Wordpress
Common Ninja Apps
Browse our extensive collection of compatible plugins, and easily embed them on any website, blog, online store, e-commerce platform, or site builder.

Add a Google powered search bar that delivers relevant results, improves navigation, and helps visitors find content fast.
Add a countdown bar to your site to create urgency, highlight limited time offers, and drive faster engagement and higher conversions.
Use a timeline widget to display events and milestones in chronological order with images and text so visitors understand your story clearly.
Create immersive 360 virtual tours with interactive hotspots that let visitors explore spaces, view details clearly, and experience panoramic environments seamlessly.
Show a GDPR-ready cookie notice that clearly explains how cookies are used, helping you stay compliant while creating a more transparent experience for your visitors.
Create an interactive glossary that displays clear definitions, images, and search options to help visitors learn terms quickly and navigate complex topics with ease.
Create event listings with an events board widget that displays upcoming activities clearly, helps visitors discover events, and supports easy management.
Show key stats with an animated number counter that draws attention, adds social proof, and helps increase trust and conversions.
Present your team with a structured team member list that builds trust, supports credibility, and helps visitors connect with the people behind your brand.
Use feature voting so users submit ideas, vote on requests, and help you prioritize product updates by real customer demand.
Show AliExpress reviews to build trust, improve credibility, and help visitors make confident purchase decisions that support higher sales.
Show Glassdoor reviews to highlight employee feedback, strengthen employer brand, and help candidates trust your company.
More plugins
The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!
