kevbaldwyn / image

Responsive images and on the fly image sizing for laravel 4 and fuel php
23 stars 13 forks source link

multiple responsive not working #22

Open ddjikic opened 9 years ago

ddjikic commented 9 years ago

it adds multiple times responsive=true in the url witch mess up imagecow detection and only the first media query work

&transform=resizeCrop,360,200;max-width=400:resizeCrop,345,192&responsive=true;max-width=700:resizeCrop,637,200&responsive=true

it should be

&transform=resizeCrop,360,200;max-width=400:resizeCrop,345,192;max-width=700:resizeCrop,637,200&responsive=true