KeyteqLabs / mediaflow-craft

Craft CMS Keyteq Mediaflow plugin
0 stars 1 forks source link

Image cropping support #8

Open nervetattoo opened 9 years ago

nervetattoo commented 9 years ago

This adds image cropping support: screen shot 2015-01-28 at 13 01 27

Crops can be set up as a JSON:

{"main":[1200,400],"thumb":[300,200]}

And later accessed in templates:

<img src="{{entry.image.url('main')}}">
bHelland commented 9 years ago

Hi Raymond!

Any reason why this wasn't merged to master before you left?

nervetattoo commented 9 years ago

Needed more real world testing, I think RR experienced some bugs.

oyvindostmo commented 9 years ago

Sure did - we could not get the crop to show in a template in our environment. We are open and ready for testing @beery

bHelland commented 9 years ago

I guess the problem relates to this issue: https://github.com/KeyteqLabs/mediaflow-craft/issues/9, which I have commented on now