Frank Vèssia Posted October 22, 2012 Posted October 22, 2012 I'm storing my images on Amazons3 using an url field inside a template as my image path but i want to store only the big version on Amazon and let PW take care of the small thumbs. The problem is that the image field stores the original image before creating the thumb. Is there a way to save the first image already as thumb using the size() function ? something like $page->images->add()->size() and than save?
Harmster Posted October 23, 2012 Posted October 23, 2012 Maybe first add it, thumb it save it and then delete the original?
ryan Posted October 24, 2012 Posted October 24, 2012 Since you'll be maintaining separate thumbnails from the large images, then I would just consider any images you upload to your PW install to be thumbnails. You can set the max width/height in the image field settings, so you'd just choose dimensions that are consistent with your thumbnails.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now