Adam, I'd like to share a tip that a Shopify Guru shared with me that made tweaks so much easier to devise and implement. Use Firefox and add the FireBug extension. You can then right-click on an element of the page and choose Inspect with FireBug. Other browsers allow you to likewise inspect. But FireBug lets you edit that instance of the page live, so you can change the CSS, add parameters and preview the result. Once you like it, you can then hunt down the code or CSS to make the changes permanent. You could use size parameters on the image tag and have the browser scale on the fly but that can produce less than ideal results quality-wise.
↧