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

Plugin: rps-image-gallery (Used by 46 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*i*i*p*r*t*l*f*e.com (WP 6.9.4) F 2026-04-27 16:54:40
h*m*n*o*s.net (WP 6.9) F 2026-04-26 22:09:09
w*i*h*l*s*-*u*m*t.com (WP 4.9.29) ⚠️ F 2026-04-26 08:03:52
g*e*g*e*o*t*.com F 2026-04-26 00:49:25
g*a*e*a*l*y.com (WP 6.9.4) F 2026-04-25 13:42:10
v*l*e*h*l*e*r*n*t.com (WP 6.7.5) F 2026-04-25 11:36:20
u*b*.com (WP 4.2.2) ⚠️ F 2026-04-24 22:27:06
r*d*r*c*p*i*l*p*.com (WP 5.1.19) ⚠️ D 2026-04-24 14:35:04
a*t*f*i*n*i.com (WP 5.5.18) ⚠️ F 2026-04-22 23:51:59
a*t*s*f*r*a*t*e*.com F 2026-04-22 21:20:53
v*n*a*e*n*i*u*s.us (WP 4.1) ⚠️ F 2026-04-22 17:20:31
f*r*t*m*r*s*i*n*d*t*i*i*g.com (WP 4.7.29) ⚠️ F 2026-04-22 09:49:06
h*s*a*i*o*l*n*m*r*e*i*g.com F 2026-04-20 07:15:59
d*l*a*e*n*l.com F 2026-04-18 03:27:47
k*n*u*k*s*o*t*r.com F 2026-04-18 03:17:17
d*l*r*o*u*i*.com F 2026-04-18 01:31:57
t*i*l*n*i*e.com (WP 3.4.2) ⚠️ D 2026-04-17 14:53:01
b*a*d*e*n.com (WP 6.9.4) F 2026-04-16 00:30:38
b*a*d*b*a*.com (WP 6.9.4) F 2026-04-15 23:45:20
m*t*r*a*-*a*i*.com F 2026-04-15 17:38:22
g*k*l*e*e*o*e*s.com (WP 5.3.21) ⚠️ F 2026-04-15 10:55:57
j*q*a*e*e*i*n*.com (WP 6.9.4) F 2026-04-11 20:18:06
t*o*a*s*o*t*e*i*.com (WP 6.9.4) F 2026-04-09 19:13:35
b*l*s*o*r*n*.com (WP 6.7.5) F 2026-04-09 12:48:01
c*o*n*r*v*l.com F 2026-04-09 05:15:24
l*p*s*b*n*v*n*e.com (WP 6.2.9) ⚠️ F 2026-04-08 02:15:21
v*l*e*h*l*e*r*n*t.de (WP 6.7.5) F 2026-04-08 01:29:09
s*n*x*n*.com (WP 6.9.4) F 2026-04-05 13:00:58
l*g*t*i*g*a*i*g*e*s.com F 2026-04-05 10:23:07
l*f*w*t*g*r*i*h.com F 2026-04-05 08:14:47
l*s*e*g*e*n*u*t*m*.com (WP 6.9.4) F 2026-04-04 13:15:50
a*o*t*i*e*t*e*h.com 📡 D 2026-03-31 10:22:33
w*g*n*o*k.com 2025-11-11 09:50:59
s*i*w*c*d.com 2025-11-10 11:34:10
s*a*n*n*e*d*r.com 2025-11-10 10:59:50
s*a*k*c.com 2025-11-10 10:59:24
s*m*r*s*a*a*i*.com 2025-11-10 07:29:08
p*r*i*e*e*i*n*n*i*e.com 2025-11-09 19:03:00
m*t*a*u*r*.com 2025-11-09 08:31:19
m*c*i*i*t*.com 2025-11-08 23:48:28
g*r*e*s*h*s*i*a*.com 2025-11-07 19:59:46
f*n*t*o*a*h*a*t*s*m*i*.com 2025-11-07 19:06:16
c*e*s*f*w*r*.com 2025-11-06 18:37:48
c*t*e*i*e*a*i*h.com 2025-11-06 18:28:30
c*r*e*s*a*e.com 2025-11-06 17:43:01
b*f*n*s*u*.com 2025-11-06 10:03:28

Top 50 Plugins

Plugin Count
elementor 2,526,802
contact-form-7 2,277,621
elementor-pro 1,421,953
woocommerce 1,182,024
revslider 850,913
js_composer 557,290
jetpack 489,601
wp-rocket 407,248
essential-addons-for-elementor-lite 382,959
header-footer-elementor 326,489
gutenberg-core 310,592
elementskit-lite 306,387
gravityforms 294,309
instagram-feed 290,354
google-analytics-for-wordpress 287,819
google-site-kit 280,053
complianz-gdpr 280,022
cookie-law-info 274,921
sitepress-multilingual-cms 244,232
bluehost-wordpress-plugin 229,571
wpforms-lite 227,795
astra-sites 220,378
litespeed-cache 200,291
gtranslate 169,605
gutenberg 161,573
cookie-notice 160,949
coblocks 160,814
the-events-calendar 142,644
popup-maker 134,490
astra-addon 124,293
premium-addons-for-elementor 123,758
bb-plugin 123,460
LayerSlider 120,163
mailchimp-for-wp 120,139
wp-smushit 118,705
tablepress 115,517
creame-whatsapp-me 108,808
duracelltomi-google-tag-manager 106,664
custom-fonts 106,354
pro-elements 105,328
woocommerce-gateway-stripe 104,494
click-to-chat-for-whatsapp 103,091
cleantalk-spam-protect 103,061
akismet 101,353
honeypot 99,423
smart-slider-3 99,378
megamenu 98,594
fusion-builder 97,364
pixelyoursite 97,084
formidable 93,772

Top 50 Themes

Theme Count
hello-elementor 814,793
Divi 669,263
astra 663,737
pub 207,693
generatepress 153,055
flatsome 151,598
Avada 147,565
h4 125,378
oceanwp 111,769
kadence 99,521
enfold 85,828
salient 82,879
bb-theme 78,570
twentytwentyfour 76,265
blocksy 73,519
twentytwentyfive 71,810
cocoon-master 70,554
betheme 67,709
twentyseventeen 66,572
dt-the7 55,761
woodmart 55,117
neve 48,902
twentytwentyone 42,385
bridge 41,596
Avada-Child-Theme 38,875
swell 37,577
twentytwenty 36,716
gox 36,493
lightning 36,153
twentytwentythree 34,860
Impreza 29,885
bricks 29,885
Newspaper 27,572
twentytwentytwo 27,079
epik-redesign 23,397
extendable 22,403
pro 22,390
storefront 22,309
uncode 21,925
twentysixteen 21,545
yith-wonder 20,953
sydney 20,328
themify-ultra 19,480
Total 18,179
twentyfifteen 17,486
porto 16,658
hestia 16,053
thrive-theme 15,189
yootheme 15,117
twentynineteen 14,917