Hi all,
I wanted to do this :
<?php if($image = $homearticle->image('cover.jpg')): ?>
<img src="<?php echo $homearticle->image('cover.jpg')->bw()->crop(900, 600,100)->url() ?>" alt="">`
However I got this error on the Debugger : ‘Thumbnails cannot be modified further’.
Do you have a solution ?
EDIT: I achieved the result with CSS Filter (+ Transform translate Z for hardware acceleration)
But I’d love to know if there is another solution.
Thanks !