Choose image size
-
With this code
remove_shortcode('gallery'); add_shortcode('gallery', 'custom_size_gallery'); function custom_size_gallery($attr) { $attr['size'] = 'gallery_size'; return gallery_shortcode($attr); }
it’s possible set the image size for the shortcode gallery.
But with this plugin this code remove the slideshow of this plugin.
It’s possible add a settings for this feature?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Choose image size’ is closed to new replies.