I cannot display an image with an alt translated
I have a paragraph element with a media attached
I would like to display an image with a style applied and a translated alt
{{ drupal_image(someParagraphElement.entity.field_key_image.entity.field_media_image.target_id, '280x280') , {alt : "the media's image's alt "} }}
I have tried tweaking the display of the Media, tried to use drupal_field
Has anyone struggled with this ?
Please help , any advice is welcome
Active
1.0
Code