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

Plugin: rps-image-gallery (Used by 49 domains)

RPS Image Gallery

👤 redpixelstudios 📦 v2.2.7 🔗 Plugin Homepage

RPS Image Gallery enhances the core WordPress gallery function by dynamically adjusting the column count based on viewport width and enabling an image in the gallery to either invoke a slideshow or link to another page, post or any URL. The link and link target are specified in the image’s Edit Media screen using the Gallery Link URL and Gallery Link Target fields. When an image having a Gallery Link URL is clicked, the user will be directed to that location. Images linking elsewhere are automatically excluded from the slideshow – clicking the image will not invoke the slideshow but will call the specified Gallery Link URL.

In addition, RPS Image Gallery combines attachments from multiple posts or pages into a single gallery, enables the use of paging – useful for galleries with a large number of images, and provides the ability to link a gallery image to the post to which it is attached.

Features

  • Uses Masonry script for galleries displaying images with various aspect ratios.
  • Ability to use installed theme gallery styles while leveraging slideshow capabilities.
  • Option to dynamically adjust the number of gallery columns based on viewport width.
  • Uses fancyBox or fancyBox2 for slideshow display.
  • Autoplays fancyBox or fancyBox2 slideshows.
  • Uses thumbnail helpers for fancyBox2 slideshows.
  • Uses paging for galleries and ability to specify the number of images per page.
  • Uses HTML5 or legacy output for the gallery.
  • Supports HTML in the slideshow caption.
  • Add Facebook and Pinterest buttons to the gallery view.
  • Compatibility settings allowing bundled scripts and styles to be disabled, and unique ‘rps-gallery’ shortcode to be used.
  • Clicking gallery images will invoke a slideshow or link to a specified URL, file or parent post.
  • Set the target for the image link.
  • Supports gallery shortcode defaults which can be overridden for each shortcode instance.
  • Combines and sorts attachments from multiple posts into a single gallery.
  • Supports multiple galleries appearing on a single page.
  • Displays a “download” link/button on the slideshow. (fancyBox2)
  • Displays the image title and caption/description in the gallery view.
  • Leverages the standard gallery editor interface to specify custom sort order.
  • Displays EXIF data in the gallery and/or slideshow.
  • Displays gallery thumbnails as background images (legacy format only) or standard images.
  • Hides attachments of trashed or future posts in galleries combined using post ids.
  • Overrides the default WordPress Gallery shortcode or uses the one provided with the plugin.
  • Offers compatibility settings to ensure excellent coexistence with a wide variety of themes and plugins.
  • Loads required scripts only when the shortcode is invoked.
    What follows is a comprehensive list of attributes for the gallery shortcode when RPS Image Gallery is active.

id

The post IDs containing a gallery to include.

  • ” – single post ID or comma separated list of post IDs (default)

ids

The image IDs to display in the gallery.

  • ” – single image ID or comma separated list of image IDs (default)

container

The container for the gallery.

  • ‘div’ (default)
  • ‘span’

columns

How many columns to use for the gallery view.

  • ‘3’ – range is 1 to 9 (default)

responsive_columns

Determines whether the number of columns should respond to the viewport width.

  • ‘true’
  • ‘false’ (default)

page_size

Determines how many images show at a time. Includes paging navigation. Not compatible with Masonry.

  • ‘0’ (default)

align

Affects the heading(title), caption and the last row of images when there are fewer images in the row than number of columns.

  • ‘left’ (default)
  • ‘center’
  • ‘right’

size

The size of the image that should be displayed in the gallery view. It can be any of the standard image sizes including any registered by the theme.

  • ‘thumbnail’ (default)
  • ‘medium’
  • ‘large’
  • ‘full’

constrain

Specify if the image dimensions should be constrained by width only or both width and height. Only available with specific themes or when the theme is set to “none”.

  • ‘none’ (default)
  • ‘media’
  • ‘plugin’

constrain_size

Only available if the constrain value is set to ‘media’. Allows the use of the Thumbnail, Medium or Large image dimensions as specified in Media Settings.

  • ‘thumbnail’ (default)
  • ‘medium’
  • ‘large’

constrain_width

Only available if the constrain value is set to ‘plugin’. Allows the constrain width to be specified by the plugin.

  • ‘150’ (default)

constrain_height

Only available if the constrain value is set to ‘plugin’. Allows the constrain height to be specified by the plugin.

  • ‘150’ (default)

size_large

The size of the image that should be displayed in the slideshow view. It can be any of the standard image sizes including any registered by the theme.

  • ‘thumbnail’
  • ‘medium’
  • ‘large’ (default)
  • ‘full’
  • ‘custom-size’ (registered image sizes)

orderby

How to sort the images. It is ignored if a list of image IDs is included in the shortcode.

  • ‘menu_order’ (default)
  • ‘title’
  • ‘post_date’
  • ‘rand’
  • ‘ID’
  • ‘post__in’

order

How to order the images. It is ignored if a list of image IDs is included in the shortcode.

  • ‘ASC’ (default)
  • ‘DESC’

heading

Display the image title in the gallery and slideshow views.

  • ‘true’
  • ‘false’ (default)

headingtag

The tag that should be used to wrap the image heading (title).

  • ‘h1’
  • ‘h2’ (default)
  • ‘h3’
  • ‘h4’
  • ‘h5’
  • ‘h6’

heading_align

Specify alignment of the heading text presented in the gallery grid.

caption

Display the image caption or description under the images in the gallery grid view.

  • ‘true’
  • ‘false’ (default)

caption_auto_format

Automatically insert break and paragraph tags into caption.

  • ‘true’
  • ‘false’ (default)

caption_source

Define where the text presented as the caption should be sourced.

  • ‘caption’ (default)
  • ‘description’

caption_align

Specify alignment of the caption text presented in the gallery grid.

  • ‘left’ (default)
  • ‘center’
  • ‘right’

link

Where to get the URL to direct a user when clicking/tapping an image. Only has an effect if Slideshow is set to false and the Gallery Link URL is empty.

  • ‘permalink’ (default)
  • ‘file’
  • ‘parent_post’
  • ‘none’

html_format

Which HTML structure to use to output the gallery.

  • ‘default’ (default)
  • ‘html5’

theme

Which theme to use to style the HTML output.

  • ‘default’ (default)
  • ‘none’

masonry

Whether to use the Masonry script cascading grid layout library for the gallery.

  • true
  • false (default)

slideshow

Invoke the slideshow (fancyBox) viewer when an image without a Gallery Link URL value is clicked.

  • ‘true’ (default)
  • ‘false’

fb_version

Which version of fancyBox to use.

  • ‘1’ (default)
  • ‘2’

autoplay

Specify whether the slideshow should automatically cycle through the images or not.

  • ‘true’ (default)
  • ‘false’

background_thumbnails

Display the gallery thumbnail images as backgrounds or standard images.

  • ‘true’
  • ‘false’ (default)

exif

(since 1.2.24)
Show the EXIF image data.

  • ‘true’
  • ‘false’ (default)

exif_locations

Where to show the EXIF data associated with the image.

  • ‘gallery’
  • ‘slideshow’ (default)
  • ‘both’

exif_fields

What EXIF fields to display and in what order.

  • ‘camera,aperture,focal_length,iso,shutter_speed,title,caption,credit,copyright,created_timestamp’ (default)

include

Comma separated attachment IDs to display. Cannot be used with exclude.

  • ” (default)

exclude

Comma separated attachment IDs to display. Cannot be used with include.

  • ” (default)

group_name

The class of the gallery group which determines what images belong to the gallery slideshow.

  • ‘rps-image-group’ (default)

alt_caption_fallback

Use the ALT value as a fallback in case the Caption field is empty.

  • ‘true’ (default)
  • ‘false’

fb_title_show

Show the title area in the slideshow view including the image heading, caption or description, and EXIF data.

  • ‘true’ (default)
  • ‘false’

fb_heading

Show the image heading within the title area of the slideshow.

  • ‘true’ (default)
  • ‘false’

fb_caption

Show the image caption within the title area of the slideshow.

  • ‘true’ (default)
  • ‘false’

fb_title_position

The position of the title area in relation to the image in the slideshow.

  • ‘over’ (default)
  • ‘outside’
  • ‘inside’

fb_title_align

The alignment of the text in the slideshow title.

  • ‘none’ (default)
  • ‘left’
  • ‘center’
  • ‘right’

fb_show_close_button

Show the close button in the upper-right corner of the slideshow (clicking outside the slideshow always closes it).

  • ‘true’ (default)
  • ‘false’

fb_transition_in

The effect that should be used when the slideshow is opened.

  • ‘none’ (default)
  • ‘elastic’
  • ‘fade’

fb_transition_out

The effect that should be used when the slideshow is closed.

  • ‘none’ (default)
  • ‘elastic’
  • ‘fade’

fb_speed_in

Time in milliseconds of the fade and transition when the slideshow is opened.

  • ‘300’ – minimum of 100 and maximum of 1000 (default)

fb_speed_out

Time in milliseconds of the fade and transition when the slideshow is closed.

  • ‘300’ – minimum of 100 and maximum of 1000 (default)

fb_title_counter_show

Display the image counter in the slideshow (i.e. “Image 1/10).

  • ‘true’ (default)
  • ‘false’

fb_cyclic

Make the slideshow start from the beginning once the end is reached.

  • ‘true’ (default)
  • ‘false’

fb_center_on_scroll

Center the image on the screen while scrolling the page.

  • ‘true’ (default)
  • ‘false’

fb_padding

Space between FancyBox wrapper and content.

  • ’10’ – minimum of 0px and maximum of 100px (default)

fb_margin

Space between viewport and FancyBox wrapper.

  • ’20’ – minimum of 0px and maximum of 100px (default)

fb_overlay_opacity

Opacity of the overlay appearing behind the slideshow and on top of the page.

  • ‘0.3’ – minimum of 0 and maximum of 1 (default)

fb_overlay_color

Color of the overlay appearing behind the slideshow and on top of the page.

  • ‘#666’ (default)

fb_helper_thumbs

Display helper thumbnails appearing below the slideshow in fancyBox2.

  • ‘true’
  • ‘false’ (default)

fb_helper_thumbs_width

The width of the helper thumbnails appearing below the slideshow in fancyBox2.

  • 50 (default)

fb_helper_thumbs_height

The height of the helper thumbnails appearing below the slideshow in fancyBox2.

  • 50 (default)

native

Set to true if it is preferred the native WordPress gallery output is used.

  • ‘true’
  • ‘false’ (default)
DomainExposuresHeadersLast Checked
p*e*t*m*n*a.com (WP 4.2.39) ⚠️ F 2026-06-11 23:29:00
t*r*s*b*r*a*.ro F 2026-06-06 04:46:21
s*a*b*i*a*a*d*.pl (WP 6.0.11) ⚠️ F 2026-06-05 21:14:23
h*m*n*o*s.net (WP 6.9) F 2026-06-05 19:30:51
r*p*e*-*a*r*s*.com F 2026-06-05 16:00:30
h*s*a*.pl (WP 4.9.26) ⚠️ F 2026-06-03 14:42:06
g*l*r*a*b*a.k*r*o*o*z*.com (WP 4.9.26) ⚠️ F 2026-06-02 23:32:55
m*m*l*c*.nl (WP 4.0.38) ⚠️ F 2026-06-02 20:09:37
v*n*a*e*a*i*s*r*e.c*.uk 📡 F 2026-05-31 15:36:59
m*r*h*n*s*y*t*r*a*.ca F 2026-05-31 14:06:39
g*e*g*e*o*t*.com F 2026-05-30 13:20:38
f*r*t*m*r*s*i*n*d*t*i*i*g.com (WP 4.7.29) ⚠️ F 2026-05-28 13:29:03
a*t*f*i*n*i.com (WP 5.5.18) ⚠️ F 2026-05-27 19:43:07
p*i*i*p*r*t*l*f*e.com (WP 6.9.4) F 2026-05-27 18:22:02
a*t*s*f*r*a*t*e*.com F 2026-05-27 16:23:09
f*l*o*u*p*w*r.net F 2026-05-26 22:21:17
w*i*h*l*s*-*u*m*t.com (WP 4.9.29) ⚠️ F 2026-05-26 11:18:02
v*l*e*h*l*e*r*n*t.com (WP 6.7.5) F 2026-05-25 14:51:53
u*b*.com (WP 4.2.2) ⚠️ F 2026-05-25 00:32:05
g*k*l*e*e*o*e*s.com (WP 5.3.21) ⚠️ F 2026-05-23 21:15:38
t*d*.net F 2026-05-23 08:15:32
h*s*a*i*o*l*n*m*r*e*i*g.com F 2026-05-22 13:26:13
k*n*u*k*s*o*t*r.com F 2026-05-22 10:22:08
b*a*d*e*n.com (WP 6.9.4) F 2026-05-21 02:24:36
b*a*d*b*a*.com (WP 6.9.4) F 2026-05-21 01:34:10
a*c*i*e.r*m*l*.org (WP 4.9.26) ⚠️ F 2026-05-20 20:07:34
o*3*p*i*t*n*.com F 2026-05-18 15:12:22
d*l*a*e*n*l.com F 2026-05-18 04:25:04
m*t*r*a*-*a*i*.com F 2026-05-18 03:17:55
d*l*r*o*u*i*.com F 2026-05-18 02:16:01
h*m*r*d.w*e*g*n*.com F 2026-05-16 02:01:47
j*q*a*e*e*i*n*.com (WP 6.9.4) F 2026-05-16 01:09:40
l*p*s*b*n*v*n*e.com (WP 6.2.9) ⚠️ F 2026-05-15 10:03:37
i*o*-*m*.ru (WP 4.3.34) ⚠️ F 2026-05-15 02:22:39
a*o*t*i*e*t*e*h.com 📡 D 2026-05-14 19:57:04
p*i*i*p*r*t*l*f*e.c*.uk (WP 6.9.4) F 2026-05-13 08:53:06
b*l*s*o*r*n*.com (WP 6.7.5) F 2026-05-12 21:03:20
k*p*t*w*m*s*u*.eu (WP 4.1.41) ⚠️ 📡 F 2026-05-10 23:26:08
s*a*k*c.com F 2026-05-10 16:11:48
l*g*t*i*g*a*i*g*e*s.com F 2026-05-10 14:03:08
l*f*w*t*g*r*i*h.com F 2026-05-10 08:28:55
s*n*x*n*.com (WP 6.9.4) F 2026-05-10 02:23:45
m*c*a*l*d*r*e*.de (WP 3.7.41) ⚠️ 📡 F 2026-05-09 20:27:19
l*o*s.org (WP 4.7.33) ⚠️ F 2026-05-09 17:39:06
t*e*h*m*i*a*b*k*h*u*e.com (WP 4.9) ⚠️ F 2026-05-09 10:45:28
b*f*n*s*u*.com (WP 6.1.10) ⚠️ F 2026-05-08 16:56:41
v*l*e*h*l*e*r*n*t.de (WP 6.7.5) F 2026-05-08 03:30:36
m*c*i*i*t*.com (WP 6.4.8) ⚠️ 🔓 F 2026-05-03 06:26:21
v*n*a*e*n*i*u*s.us (WP 4.1) ⚠️ F 2026-04-22 17:20:31

Top 50 Plugins

Plugin Count
elementor 1,819,196
contact-form-7 1,789,483
elementor-pro 1,060,662
woocommerce 824,782
revslider 623,770
jetpack 470,465
js_composer 436,870
wp-rocket 337,948
essential-addons-for-elementor-lite 297,183
gravityforms 269,158
complianz-gdpr 259,951
cookie-law-info 234,187
instagram-feed 230,506
google-site-kit 224,321
sitepress-multilingual-cms 223,618
google-analytics-for-wordpress 216,054
header-footer-elementor 212,182
elementskit-lite 209,363
bluehost-wordpress-plugin 191,408
gutenberg 163,525
gutenberg-core 160,943
cookie-notice 153,633
the-events-calendar 133,454
litespeed-cache 132,870
wpforms-lite 130,558
gtranslate 129,224
astra-sites 120,332
popup-maker 117,257
woocommerce-payments 113,813
tablepress 110,939
coblocks 100,525
honeypot 98,579
astra-addon 96,287
duracelltomi-google-tag-manager 94,758
wp-smushit 94,540
all-in-one-seo-pack 94,163
LayerSlider 92,505
bb-plugin 91,548
premium-addons-for-elementor 87,784
megamenu 87,690
akismet 86,772
mailchimp-for-wp 84,606
cleantalk-spam-protect 84,528
woocommerce-gateway-stripe 83,875
ml-slider 81,965
borlabs-cookie 80,562
fusion-builder 80,452
ewww-image-optimizer 79,824
wp-pagenavi 79,811
formidable 78,763

Top 50 Themes

Theme Count
hello-elementor 622,154
Divi 515,376
astra 427,781
flatsome 136,821
Avada 125,534
generatepress 122,038
pub 110,907
oceanwp 84,326
kadence 79,509
enfold 72,549
salient 67,305
twentytwentyfour 59,420
h4 56,888
twentyseventeen 56,800
bb-theme 55,720
betheme 52,419
cocoon-master 52,256
blocksy 51,289
dt-the7 46,628
twentytwentyfive 44,378
neve 39,825
Avada-Child-Theme 37,985
sydney 35,715
gox 33,650
woodmart 33,613
bridge 33,188
twentytwentyone 32,430
lightning 31,653
twentytwenty 30,348
swell 28,740
Impreza 26,771
bricks 26,340
twentytwentythree 24,219
Newspaper 23,785
voxel 23,104
twentytwentytwo 20,100
kubio 19,580
sinatra 19,425
uncode 19,303
epik-redesign 19,278
twentysixteen 18,417
storefront 18,092
pro 17,983
Total 14,866
extendable 14,714
yith-wonder 14,087
hello-theme-child-master 13,503
themify-ultra 13,124
yootheme 13,090
factory-templates-4 13,019