Topic: Size embed gallery on smartphone [SOLVED]
Hello,
I've embed the gallery
https://pascalriben.com/portfolio_lite_ … _24images/
inside
https://pascalriben.com/?p=231&prev … 64e625fb#6
who is a wordpress theme
I've used and adapted the code from your example page:
https://www.juicebox.net/demos/lite/embedded/
The gallery works fine on my computer but on my smartphone, it's by far too large: I need to find the expand button by moving the page from left to right to have the gallery back to the smartphone width size.
I've noticed that on your example page (https://www.juicebox.net/demos/lite/embedded/) you've
<meta name="viewport" content="width=750"/>
and on wordpress I've
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Not sure if the problem come from here... but anyway, I cannot change the viewport settings.
I know there is a plugin for wordpress but I'm not interested to use it.
Thank you.
Best Regards,
PR