‘Thumbnails cannot be modified further’

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 ? :stuck_out_tongue:

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. :slight_smile:

Thanks !

Yes, you can use the thumb() helper with different parameters.