If the images are 1200x1200 and you are using 250 250 in the thumbnail tag
there should be no cropping, only resizing going on. Images that aren't
square will be cropped.  You could avoid this by using 250 0 in your
thumbnail tag, that would cause the width to be 250 and the height would
adjust itself to maintain the aspect ratio of the image.

On Sat, Mar 21, 2015 at 12:56 PM, vikraw <vik...@gmail.com> wrote:

> Hello Group
>
> I am uploading product images are usually 1200x1200 pixels. However, the
> category thumbail images are getting cropped from left/right sides.
>
> 1-What size images should I upload to avoid cropping on category pages?
> 2-Any tips/guidelines that i can pass to the photographer/editor to avoid
> cropping  and still maintain good quality product images ?
>
> Below are my settings.
>
> category.html
> <img src="{{ MEDIA_URL }}{% thumbnail product.image 250 250 %}">
>
> product.html
>  src="{{ MEDIA_URL }}{% thumbnail image.file 0 400 %}
>
> Thank  You
> Vikram
>
> --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to