Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

DataObjectManager Module /

Discuss the DataObjectManager module, and the related ImageGallery module.

Moderators: martimiz, UncleCheese, Sean, Ed, biapar, Willr, Ingo, swaiba

Image Gallery Thumbnails Cropping vs Resize


Go to End


4 Posts   2705 Views

Avatar
hellohector

9 Posts

17 May 2009 at 8:11pm

Hello,

Forgive me if this has been discussed already as I could not find it.

I would like to know how to stop the image gallery thumbnails from being cropped. Instead, If I set a width of 150px, I would like to maintain aspect ratio and have the thumbnails created to that width, and whatever height is necessary.

Thanks :)

Hector.

Avatar
UncleCheese

Forum Moderator, 4102 Posts

18 May 2009 at 3:43am

I plan to add that in soon. I've had a lot of requests for it.

Avatar
hellohector

9 Posts

18 May 2009 at 9:41am

Edited: 18/05/2009 9:44am

Thank you uncle cheese. :)

I've brought in thumbnails before manually, so that a page has it's own thumbnail.
In the .php file it looks something like this $fields->addFieldToTab("Root.Content.Images", new ImageField('Photo'));
And in the .ss file, something like this $Photo.SetWidth(150)

I'm just not sure how to edit your magnificent code without breaking it.
:)

Avatar
GRiiDWeb

Community Member, 60 Posts

24 June 2011 at 6:58am

Hi,
Sorry to be a pain with all the requests, but I have had a request for this in the last week from a fairly major client (along with the video stuff).
Is there a way you could point me in the right direction for coding this. I've tried doing with CSS, but it's not really working.

Thanks again
GW