I am having the same issue. The gallery looks wonderful on a lap top (thank you for that!), but does not resize for the ipad or other mobile devices.
site is dev.teecgardendesign.com
Bump…
I’d also love to know how to make this plugin responsive. It’s great for a simple easy to use gallery, but I can’t seem to control the width at all.
Well, very good plugin, but I would love this feature too.
If i am not wrong, this plugin use a javascript framework named Galleria (http://www.galleria.io) and it is natively responsive. Perhaps we could achieve this by tweaking the script, but i’m guessing…
Can someone point me in the right direction?
I really like the plugin…it´s awesome.
But it would be great if it´s possible to make it responsive.
Yes i also need it in responsive . any hint ? or hack
Casting my vote to make this plugin responsive.
Whit media queries, this worked for me:
.galleria-container {width: 280px !important; height: 195px !important;}
Change width and height proportionally at each query.