π¬ | Media entity image | How to get Media entity image (Entity Reference Field) URL in TWIG theme
πΊπΈUnited States x_v
And if you want to apply an image style, you can simply add
|image_style('640x360')
For example:
{% set media_entity = content.field_media.0['#media'] %}
{% set image_uri = media_entity.field_media_image.entity.fileuri|image_style('640x360') %}