开发者 | Jules Colle |
---|---|
更新时间 | 2024年6月5日 02:53 |
捐献地址: | 去捐款 |
PHP版本: | 5.2.4 及以上 |
WordPress版本: | 6.5 |
版权: | GPLv2 or later |
/wp-content/plugins/
directorySince version 2.2.1 the plugin includes a copy of SimpleLightbox. A lightweight responsive lightbox, which you can activate from the RGG Gallery page in your wordpress dashboard. If you don't like the lightbox, or you think it's too lightweight, you can keep it disabled and install a third party lightbox plugin. Most lightboxes that work with the native WP gallery will work.
This will happen if one of the grid containers have the CSS property overflow:hidden
. If possible, you will
need to change this to overflow:visible
. If not, you can
wrap the gallery inside a div, and assign some margins to it. If that's no option either, you should just disable scaling, or use negative scaling
by setting the scale
property to a value between 0.5 and 1 in the schortcode.
Please take a look here: https://responsive-gallery-grid.bdwm.be/shortcode-parameters/ Need anything else? Please start a support thread?
Sure. Please start a support thread for any of your requests.
img { height:auto; }
to fix problem with aspect ratio's (https://wordpress.org/support/topic/onpageload-wrong-aspect-ratio?replies=4)