I need to render the image's attributes (src, alt, width and height) from a ds1-col.html.twig (Display Suite) in a node.
I can render strings using {{ ds_content.node_title }}, however... I don't know how to do with the field_cover_image referenced from the media module.
- Using dump
{{ dump(ds_content) }}throws this:
- The field_cover_image is a reference to a media entity image.
URL: /admin/structure/types/manage/my_node/fields.




field_cover_image.entity, and the values you want should be on that entity somewhere.