0
votes

WordPress get_post_galleries_images( $post->ID ) is only showing thumbnail images. The image uploaded from editor to gallery is re-sized to different sizes and the function get_post_galleries_images( $post->ID ) is showing the 150x150 size image. How can I show the full sized uploaded image. Please help.

1

1 Answers

0
votes

It's a duplicate of get_post_gallery_images returns thumbs . I want full size

You need to add size="full" attribute to the gallery shortcode in the post content like

[gallery ids="836,830,829" size="full"]