mobile theme

Permalink
how do I go about making a mobile image gallery?

bryanlewis
 
Remo replied on at Permalink Reply
Remo
are you already using a package?

You could create a custom template to generate smaller pictures..

There are lots of different approaches but if you want to start from scratch it takes quite some time.
bryanlewis replied on at Permalink Reply
bryanlewis
Yep, and the theme is fine with my text but my images are just way too big and I have quite a few that i need to display in a gallery.

I'm not advanced enough I don't think to do something from scratch... I wish, I'd be willing to try with a bit of support

Or maybe just elaborating on scaling the image down would be helpful.
Remo replied on at Permalink Reply
Remo
scaling images is fairly easy. Just use getThumbnail like I did in this tutorial:http://www.codeblog.ch/2009/03/concrete5-templates/2/...

Concrete5 scales images on the fly (and caches them).
bryanlewis replied on at Permalink Reply
bryanlewis
Thanks Remo, I will go through your tutorial and try this.