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

Plugin: rps-image-gallery (Used by 44 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
v*n*a*e*a*i*s*r*e.c*.uk 📡 👤 F 2026-07-29 02:24:33
m*r*h*n*s*y*t*r*a*.ca F 2026-07-29 00:40:14
g*e*g*e*o*t*.com F 2026-07-27 19:19:42
g*a*e*a*l*y.com (WP 7.0.2) 👤 F 2026-07-25 10:34:46
f*r*t*m*r*s*i*n*d*t*i*i*g.com (WP 4.7.29) ⚠️ 👤 F 2026-07-25 09:42:22
a*t*f*i*n*i.com (WP 5.5.18) ⚠️ F 2026-07-24 12:58:22
a*t*s*f*r*a*t*e*.com 👤 F 2026-07-24 09:00:45
f*l*o*u*p*w*r.net F 2026-07-23 11:45:18
w*i*h*l*s*-*u*m*t.com (WP 4.9.29) ⚠️ 👤 F 2026-07-22 23:00:23
v*l*e*h*l*e*r*n*t.com (WP 6.7.5) F 2026-07-22 01:23:58
u*b*.com F 2026-07-21 10:45:38
h*s*a*i*o*l*n*m*r*e*i*g.com F 2026-07-18 22:03:23
k*n*u*k*s*o*t*r.com F 2026-07-18 19:09:26
t*i*l*n*i*e.com F 2026-07-16 04:41:01
h*l*n*r*c*.com F 2026-07-15 11:30:31
o*3*p*i*t*n*.com 👤 F 2026-07-15 07:08:09
d*l*a*e*n*l.com 👤 F 2026-07-14 20:23:27
m*t*r*a*-*a*i*.com F 2026-07-14 19:19:05
d*l*r*o*u*i*.com F 2026-07-14 18:24:36
d*n*i*g*s*i*s.c*.uk F 2026-07-13 11:19:38
j*q*a*e*e*i*n*.com (WP 6.9.4) 👤 F 2026-07-12 19:50:30
l*p*s*b*n*v*n*e.com (WP 6.2.9) ⚠️ F 2026-07-12 05:47:44
i*o*-*m*.ru (WP 4.3.34) ⚠️ 👤 F 2026-07-11 23:02:45
a*o*t*i*e*t*e*h.com 📡 👤 D 2026-07-11 17:00:40
p*i*i*p*r*t*l*f*e.c*.uk (WP 6.9.4) 👤 F 2026-07-10 07:24:35
b*l*s*o*r*n*.com (WP 6.7.5) F 2026-07-09 20:18:09
k*p*t*w*m*s*u*.eu (WP 4.1.41) ⚠️ 📡 👤 F 2026-07-08 00:25:16
s*a*k*c.com F 2026-07-07 16:33:28
l*g*t*i*g*a*i*g*e*s.com F 2026-07-07 14:10:18
l*f*w*t*g*r*i*h.com F 2026-07-07 08:05:32
s*n*x*n*.com (WP 6.9.4) 👤 F 2026-07-07 01:56:50
t*o*a*s*o*t*e*i*.com (WP 6.9.4) F 2026-07-06 19:57:09
m*c*a*l*d*r*e*.de (WP 3.7.41) ⚠️ 👤 F 2026-07-06 19:13:54
t*e*h*m*i*a*b*k*h*u*e.com (WP 4.9) ⚠️ F 2026-07-06 08:16:18
b*f*n*s*u*.com (WP 6.1.10) ⚠️ 👤 F 2026-07-05 14:37:35
v*l*e*h*l*e*r*n*t.de (WP 6.7.5) F 2026-07-05 01:54:31
v*n*a*e*n*i*u*s.us (WP 4.1) ⚠️ F 2026-06-30 00:09:39
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
m*m*l*c*.nl (WP 4.0.38) ⚠️ F 2026-06-02 20:09:37

Top 50 Plugins

Plugin Count
elementor 1,776,840
contact-form-7 1,758,478
elementor-pro 1,055,074
woocommerce 817,523
revslider 611,279
jetpack 457,533
js_composer 421,938
wp-rocket 341,667
essential-addons-for-elementor-lite 266,173
complianz-gdpr 259,008
gravityforms 257,969
google-site-kit 232,386
cookie-law-info 229,699
instagram-feed 225,821
sitepress-multilingual-cms 211,333
header-footer-elementor 208,143
google-analytics-for-wordpress 206,707
bluehost-wordpress-plugin 192,722
elementskit-lite 181,340
gutenberg 167,440
cookie-notice 149,808
litespeed-cache 143,617
gtranslate 125,686
wpforms-lite 124,882
the-events-calendar 122,872
gutenberg-core 118,836
astra-sites 114,110
popup-maker 110,286
woocommerce-payments 110,090
tablepress 102,271
honeypot 98,128
astra-addon 94,242
wp-smushit 91,393
coblocks 91,360
duracelltomi-google-tag-manager 90,662
layerslider 89,815
all-in-one-seo-pack 89,546
bb-plugin 87,277
akismet 85,312
premium-addons-for-elementor 84,794
cleantalk-spam-protect 83,108
ml-slider 83,006
mailchimp-for-wp 82,301
megamenu 80,581
woocommerce-gateway-stripe 79,920
jet-engine 77,827
fusion-builder 77,530
ewww-image-optimizer 76,707
wp-pagenavi 76,574
smart-slider-3 76,516

Top 50 Themes

Theme Count
hello-elementor 622,854
Divi 498,842
astra 416,322
flatsome 137,650
Avada 121,751
generatepress 115,146
pub 82,875
oceanwp 80,967
kadence 79,065
enfold 69,212
salient 65,526
twentyseventeen 54,508
bb-theme 53,547
betheme 52,521
twentytwentyfour 52,277
blocksy 51,124
cocoon-master 49,306
dt-the7 45,611
twentytwentyfive 44,890
woodmart 42,031
h4 41,331
neve 38,332
Avada-Child-Theme 37,020
gox 36,279
bridge 31,570
twentytwentyone 30,405
lightning 29,914
twentytwenty 28,851
swell 27,943
bricks 26,539
Impreza 26,135
Newspaper 24,300
twentytwentythree 22,160
epik-redesign 19,218
twentytwentytwo 18,866
uncode 18,639
twentysixteen 17,652
pro 17,630
sydney 16,648
storefront 16,402
Total 14,495
hello-theme-child-master 14,034
factory-templates-4 13,726
themify-ultra 13,004
extendable 12,960
hestia 12,657
yootheme 12,597
yith-wonder 12,316
porto 12,027
twentyfifteen 11,829