Hi there,
I am using quite complex template files in which I grab the image fields from the db and apply a format to them using something like this:
$default_thumb = image_style_url($THUMBNAIL_STYLE, $default_pic); // apply image size
However, if I use EPSA Crop and try and display any cropped image like this, it shows an empty black image.
How is this done correctly?
Comments
Comment #1
mattsson commentedI would love to know this as well, since I have the same issue.
Comment #2
mattsson commentedI solved this by removing any other effects from the image style. I had a "scale image" effect added before the EPSA Crop.
Comment #3
yvmarques commented