Replies: 0
Hi
I have a problem with setting a thumbnail size when using “popup” style (Magnific Popup enabled).
E.g. if I put this code:
[gallery order="ASC" main_size="full" fx="fade" strip-style="button" controls="hide" style="default" columns="3" size="medium" id="14877" ids="14876,14875" orderby="menu_order ID"]
I get a list of [2] images of “medium” size (300px width).
But I need a popup style, and if I change code to
[gallery order="ASC" main_size="full" fx="fade" strip-style="button" controls="hide" style="popup" columns="3" size="medium" id="14877" ids="14876,14875" orderby="menu_order ID"]
I get thumbnails of 150×150 size (“thumbnail”).
Am I doing something wrong? Why “size” works for a default style, but not for “popup”?
So, what is a correct shortcode code for a thumbnail and “popup” style?
Thank you, Andy