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.
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.
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).
Concrete5 scales images on the fly (and caches them).
Thanks Remo, I will go through your tutorial and try this.
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.