WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: responsify-wp (Used by 250 domains)

Responsify WP

πŸ‘€ stefanledin πŸ“¦ v1.9.11 πŸ”— Plugin Homepage

Responsify WP is the WordPress plugin that cares about responsive images.

Features

  • Use img with srcset/sizes attributes.
  • …or the picture element.
  • Works with or without Picturefill.
  • Supports high resolution images (retina).
  • Custom media queries.
  • Handpick which image sizes to use.
  • Responsive background images.

Demo

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:

That will output something like this:

Hello world

Lorem ipsum dolor sit amet...

Image description

But once you have activated the plugin, it will look like this instead:

Hello world

Lorem ipsum dolor sit amet...

Image description

You can also choose to use the picture element instead:

Hello world

Lorem ipsum dolor sit amet...

Image description

It also works with high resolution (retina) images:

Hello world

Lorem ipsum dolor sit amet...

Image description

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.

Settings

You can select which image sizes that the plugin should use from the RWP settings page.
These settings can be overwritten from your templates.

 '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:

  • Select which image sizes to use.
  • Set/override attributes.
  • Set custom media queries.
  • Turn on/off retina.
  • Ignore image formats.

Functions

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:

As you probably know, the_post_thumbnail() will create a regular 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:

ID ); // Generate an tag with srcset/sizes attributes. echo rwp_img( $thumbnail_id ); // Generate a element echo rwp_picture( $thumbnail_id ); ?>

Website

http://responsifywp.com.

Demo

http://responsifywp.com/demo.

Documentation and examples

https://github.com/stefanledin/responsify-wp.

Requirements

  • PHP 5.3
DomainExposuresHeadersLast Checked
c*n*o*m*i*.no βœ… F 2026-06-11 00:42:22
p*e*d*r.nl βœ… F 2026-06-10 09:49:49
a*-*g*u.net βœ… F 2026-06-09 17:52:48
e*p*d*n*o.c*m.br (WP 7.0) βœ… F 2026-06-07 19:23:24
s*i*e*s.dk (WP 6.6.5) βœ… F 2026-06-07 16:43:08
b*k*c*o*s*i*h*.hu βœ… F 2026-06-06 07:42:07
s*r*n*i*r*e*a*r*.nl βœ… F 2026-06-06 07:26:49
j*a*i*e*.com (WP 6.2.9) ⚠️ F 2026-06-05 18:01:23
w*s*o.nl βœ… F 2026-06-03 15:18:57
i*a*o*e*l*h*n*u*a*c*q*o*e*.com (WP 5.7.15) ⚠️ F 2026-06-03 08:33:23
i*a*o*e*l*h*n*u*a*c*p*a*s.com (WP 5.7.15) ⚠️ F 2026-06-03 08:33:23
r*y*o*.nl βœ… F 2026-06-02 21:47:40
a*t*b*y*n*a*s*s*a*t.com (WP 5.6.1) ⚠️ F 2026-06-02 13:28:33
a*t*-*o*s*h*.com (WP 7.0) βœ… F 2026-06-02 12:04:22
f*r*w*r*h*e*l*h*n*u*a*c*.com (WP 5.7.15) ⚠️ F 2026-06-02 07:41:27
s*i*b*.com (WP 6.9.4) βœ… F 2026-06-02 04:16:15
f*r*e*-*e*o*.com (WP 4.7.33) ⚠️ F 2026-06-01 18:22:45
f*r*e*o*e*r*a.com (WP 7.0) βœ… F 2026-06-01 17:54:39
p*i*a*t*u*h*e*r*r.com βœ… F 2026-06-01 13:31:49
h*s*l*f*r*h*c*u*e.com βœ… F 2026-06-01 08:51:09
h*l*e*.c*f*.edu (WP 6.9.4) βœ… D 2026-06-01 02:12:54
c*r*n*u*e*s.com (WP 6.8.5) βœ… C 2026-06-01 00:14:04
n*w*o*k*t*d*n*h*a*t*i*s*r*n*e.com (WP 5.7.15) ⚠️ F 2026-05-31 23:20:20
n*w*o*k*t*t*m*d*c*l*n*u*a*c*.com (WP 5.7.15) ⚠️ F 2026-05-31 23:15:04
n*w*o*k*e*l*h*n*u*a*c*q*o*e*.com (WP 5.7.15) ⚠️ F 2026-05-31 22:45:12
n*w*o*k*i*y*e*l*h*n*u*a*c*.com (WP 5.7.15) ⚠️ F 2026-05-31 22:27:08
v*n*s*r*m*r*.es (WP 6.4.8) ⚠️ F 2026-05-31 17:11:31
p*p*a*t*w*r*d.de βœ… F 2026-05-31 15:55:02
k*m*e*.nl βœ… F 2026-05-31 15:50:06
z*m*e*-*e*i*a*.at βœ… F 2026-05-31 14:26:49
e*i*-*t*l*e.eu (WP 5.4.19) ⚠️ F 2026-05-31 10:31:19
a*t*v*t*a*l.fr βœ… F 2026-05-31 06:00:39
s*c*a*e*t*h*a*t*i*s*r*n*e.com (WP 5.7.15) ⚠️ F 2026-05-31 05:16:51
v*i*a*c*e*.de (WP 7.0) βœ… F 2026-05-31 03:25:27
d*s*l*c*m*n*s.org βœ… D 2026-05-31 01:15:44
g*o*i*r*a*i*.com (WP 6.0.12) ⚠️ F 2026-05-31 00:52:59
h*n*e*r*j*c*i*r*c*t*n*.nl βœ… F 2026-05-30 21:15:45
f*o*i*a*e*l*h*n*u*a*c*p*o*i*e*s.com (WP 5.7.15) ⚠️ F 2026-05-30 17:42:03
f*o*i*a*e*l*h*n*u*a*c*k*y.com (WP 5.7.15) ⚠️ F 2026-05-30 17:42:03
f*o*i*a*e*l*h*n*u*a*c*c*v*r*g*.com (WP 5.7.15) ⚠️ F 2026-05-30 17:42:03
f*o*i*a*e*l*h*n*u*a*c*c*r*i*r*.com (WP 5.7.15) ⚠️ F 2026-05-30 17:42:03
d*m*g*r*s*a*e*e.no (WP 7.0) βœ… F 2026-05-30 17:41:48
f*o*i*a*u*i*e*s*e*l*h*n*u*a*c*.com (WP 5.7.15) ⚠️ F 2026-05-30 17:03:40
l*n*e*t*r*h*t*.com (WP 5.9.13) ⚠️ F 2026-05-30 15:11:59
f*o*r*l*n*r*.com (WP 6.7.3) βœ… F 2026-05-30 11:43:45
t*u*h*p*r*s*h*l*.com βœ… F 2026-05-30 08:34:51
b*c*e*.k*i*e*b*e*e*-*u*-*s*d*m.de βœ… C 2026-05-30 07:29:19
f*h*a*t*i*s*r*n*e*a*e*.com (WP 5.7.15) ⚠️ F 2026-05-30 05:44:02
f*h*a*t*i*s*r*n*e*l*n*.com (WP 5.7.15) ⚠️ F 2026-05-30 05:44:02
s*h*o*s*e*b*o*.b*y*r*.de (WP 7.0) βœ… D 2026-05-30 04:48:47
l*m*t*l*a*e.com βœ… F 2026-05-30 00:29:28
t*e*i*h*r*e*t.com (WP 6.1.1) ⚠️ F 2026-05-29 19:09:01
m*i*v*s*v*s.org (WP 6.9.4) βœ… F 2026-05-29 10:48:47
v*a*a*a*a*c*l*n*.org (WP 6.1.1) ⚠️ F 2026-05-29 09:40:12
n*l*o*e*u*p*e*t.com βœ… F 2026-05-29 09:34:03
s*u*e*t*a*i*s*r*n*e.com (WP 6.6.5) βœ… D 2026-05-29 08:47:29
c*n*i*n*t*h*a*t*i*s*r*n*e.com (WP 5.7.15) ⚠️ F 2026-05-29 06:29:30
p*y*h*t*e*a*i*-*k*r*h*.de βœ… F 2026-05-29 05:27:40
f*l*p*o*f.ru βœ… F 2026-05-29 04:42:30
s*r*g*d*e*a*m.com (WP 7.0) βœ… F 2026-05-29 01:33:01
a*n*o.de βœ… F 2026-05-29 00:26:48
g*a*d*o*e*m*n*a*o.com βœ… F 2026-05-28 23:27:07
n*e*i*s*r*n*e.com (WP 6.6.5) βœ… D 2026-05-28 23:11:21
g*a*d*h*t*l*m*n*a*o.com βœ… F 2026-05-28 21:26:09
i*s*r*n*e*r*g*a*c*.com (WP 5.7.15) ⚠️ F 2026-05-28 20:54:54
l*c*m*o*n*t*e.com (WP 5.9.13) ⚠️ F 2026-05-28 18:27:07
n*h*a*t*i*s*r*n*e.com (WP 5.7.15) ⚠️ F 2026-05-28 16:43:02
c*l*f*r*i*l*f*i*s*r*n*e.com (WP 6.6.5) βœ… D 2026-05-28 15:46:32
c*l*f*r*i*h*a*t*i*s*r*n*e*o*p*n*e*.com (WP 5.7.15) ⚠️ F 2026-05-28 15:39:03
a*t*v*t*a*l.es βœ… F 2026-05-28 10:50:47
c*h*a*t*i*s*r*n*e*a*e*.com (WP 5.7.15) ⚠️ F 2026-05-28 04:03:26
c*h*a*t*i*s*r*n*e*u*t*s.com (WP 5.7.15) ⚠️ F 2026-05-28 04:03:26
h*l*e*.c*a*l*s*o*.edu (WP 6.9.4) βœ… D 2026-05-28 03:47:56
n*e*a*o*k.travel (WP 6.1.1) ⚠️ F 2026-05-27 20:50:21
i*n*r*u*e.com (WP 7.0) βœ… F 2026-05-27 15:16:21
c*p*a*f*e*b*r*.de βœ… F 2026-05-27 14:18:10
t*c*f*r*e.nl (WP 6.9.4) βœ… A 2026-05-27 12:21:23
v*a*a*a*o*a.com (WP 6.1.1) ⚠️ F 2026-05-27 06:09:09
v*a*a*a*a*i*.com (WP 6.1.1) ⚠️ F 2026-05-27 06:09:09
v*a*a*a*o*d*e*.com (WP 6.1.1) ⚠️ F 2026-05-27 06:09:09
i*s*a*l*t*e*e*h*i*k*a*l*e.nl βœ… F 2026-05-27 01:24:47
i*g*o*c*m*a*y*a*n*.com (WP 7.0) βœ… F 2026-05-27 01:21:15
m*n*e*p*l*s*e*l*h*n*u*a*c*.com (WP 5.7.15) ⚠️ F 2026-05-26 21:14:19
d*n*n*r*a*e*a*d*t*n.e*s*s*n*o*r*g*.se (WP 7.0) βœ… C 2026-05-26 21:13:56
s*y*i*g*y*e*i*e.e*s*s*n*o*r*g*.se (WP 7.0) βœ… C 2026-05-26 21:13:56
r*n*l*d*k*n.e*s*s*n*o*r*g*.se (WP 7.0) βœ… C 2026-05-26 21:13:56
a*n*s.e*s*s*n*o*r*g*.se (WP 7.0) βœ… C 2026-05-26 21:13:56
h*u*e*f*h*l*a.e*s*s*n*o*r*g*.se (WP 7.0) βœ… C 2026-05-26 21:13:56
a*t*a*a*a*o*s*r*.e*s*s*n*o*r*g*.se (WP 7.0) βœ… C 2026-05-26 21:13:56
c*n*e*t*l*k*r*.nl βœ… F 2026-05-26 17:07:29
b*y*l*r*d*h*a*t*i*s*r*n*e.com (WP 5.7.15) ⚠️ F 2026-05-26 09:09:13
m*a*i*e*l*h*n*u*a*c*.com (WP 5.7.15) ⚠️ F 2026-05-26 04:51:37
p*r*s*.org βœ… D 2026-05-25 23:00:13
d*e*-*a*s*r*a*d*r.de βœ… F 2026-05-25 11:49:33
s*d*m*u*t*t*u*h*n.com βœ… F 2026-05-25 10:22:47
s*d*m*u*t*s*o*.com βœ… F 2026-05-25 10:22:47
s*d*m*u*t*c*v*d*v*n*.com βœ… F 2026-05-25 10:22:47
c*r*o*r*s*r*o.org βœ… F 2026-05-25 05:08:26
o*l*n*o*e*l*h*n*u*a*c*.com (WP 5.7.15) ⚠️ F 2026-05-25 01:37:46
u*o*a*g*.com βœ… F 2026-05-25 01:30:19

Top 50 Plugins

Plugin Count
elementor 1,800,450
contact-form-7 1,770,416
elementor-pro 1,049,481
woocommerce 816,578
revslider 617,763
jetpack 467,002
js_composer 432,362
wp-rocket 334,096
essential-addons-for-elementor-lite 293,692
gravityforms 267,060
complianz-gdpr 256,646
cookie-law-info 231,313
instagram-feed 228,088
google-site-kit 222,053
sitepress-multilingual-cms 221,190
google-analytics-for-wordpress 214,049
header-footer-elementor 210,208
elementskit-lite 206,911
bluehost-wordpress-plugin 190,775
gutenberg 162,337
gutenberg-core 159,507
cookie-notice 151,371
the-events-calendar 131,527
litespeed-cache 130,994
wpforms-lite 129,550
gtranslate 127,925
astra-sites 119,573
popup-maker 116,091
woocommerce-payments 112,960
tablepress 109,187
coblocks 99,539
honeypot 97,392
astra-addon 95,313
duracelltomi-google-tag-manager 93,533
wp-smushit 93,516
all-in-one-seo-pack 93,320
LayerSlider 91,657
bb-plugin 90,822
premium-addons-for-elementor 86,880
megamenu 86,508
akismet 86,074
cleantalk-spam-protect 83,880
mailchimp-for-wp 83,756
woocommerce-gateway-stripe 83,116
ml-slider 81,034
fusion-builder 79,664
borlabs-cookie 79,520
ewww-image-optimizer 79,050
wp-pagenavi 78,797
formidable 78,063

Top 50 Themes

Theme Count
hello-elementor 615,573
Divi 510,726
astra 423,626
flatsome 133,744
Avada 124,341
generatepress 119,948
pub 109,942
oceanwp 83,460
kadence 78,474
enfold 71,844
salient 66,714
twentytwentyfour 58,958
h4 56,410
twentyseventeen 56,190
bb-theme 55,281
cocoon-master 52,095
betheme 51,820
blocksy 50,688
dt-the7 46,160
twentytwentyfive 43,814
neve 39,351
Avada-Child-Theme 37,622
gox 33,449
woodmart 33,292
bridge 32,878
twentytwentyone 32,115
lightning 31,449
twentytwenty 30,045
swell 28,597
Impreza 26,441
bricks 26,019
sydney 25,643
twentytwentythree 24,026
Newspaper 23,472
voxel 22,440
twentytwentytwo 19,980
epik-redesign 19,270
kubio 19,178
uncode 19,113
sinatra 18,819
twentysixteen 18,221
storefront 17,869
pro 17,861
Total 14,730
extendable 14,595
yith-wonder 14,041
hello-theme-child-master 13,356
themify-ultra 12,983
yootheme 12,936
factory-templates-4 12,927