Currently using http://shopify.com for my shop.
What are some ways to do custom image sizes in Shopify themes?
I've been using phpThumb to provide thumbnails so far. It recently bugged out and I'm looking for alternatives.
I'm interested in the following ( most preferable at the top ):
- apps that integrate directly with Shopify
- cheap cdn services that will perform image resizing on the fly
- tiny php scripts that handle the image resizing on PHP server ( and cache a local copy )
- interesting theming techniques using Shopify
I'm interested in all answers and will up-vote all the ones that accomplish this.
The best answer will be one that accomplishes this goal the cheapest and least hacky.