image icon indicating copy to clipboard operation
image copied to clipboard

multiple responsive not working

Open ddjikic opened this issue 11 years ago • 0 comments

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

ddjikic avatar Jan 12 '15 12:01 ddjikic