• Hi there !

    first of all thank you for this plugin it really help me out since i’m not really good in code and everything…

    My problem is that even if the gallery is ok, whenever I click on an images to make it bigger, the plugin uses a cropped version of the image which make it small and incomplete.

    I don’t know how to fix that, I’ve tried deactivating plugins to find out which one was responsible for this but everything’s fine as soon as responsive gallery grid isn’t activated.

    Have a nice day, Thank you !

    https://www.ads-software.com/plugins/responsive-gallery-grid/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Netrolf, I changed the size attribute in the gallery shortcode to solve that issue.

    https://bdwm.be/rgg/shortcode-parameters/#size

    Try using size=”large”

    Thread Starter Netrolf

    (@netrolf)

    I should have mentionned that i’ve tried that, in fact I even used size=”full” but it only affects the size of images displayed in the grid. I would like to get non-cropped images when I display them after cliking on them.

    Plugin Author Jules Colle

    (@jules-colle)

    That’s weird. Like uzegonemad mentioned you should try to use an image size that doesn’t use cropping, like the defaults medium, full and large. Please post a link so I can see what’s going on. You can also e-mail me your WP login if you want so I can have a better look.

    Hi, I just had the same issue – all thumbnails were pointing to the respective “large” version of the image (e.g. 1024xYYY), instead of full size.
    I managed to solve it by editing the Plugin responsive-gallery-grid/gallerygrid.php file on line 143:
    change:
    $info = wp_get_attachment_image_src( $mid, 'large' );
    to
    $info = wp_get_attachment_image_src( $mid, 'full' );

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image Cropped when I click on it.’ is closed to new replies.