Hello
I try to get height and width from svg media file, image_width return null but when el_footer_logo is png or jpg it return correct value.
TWIG
{# LOGO #}
{% set el_footer_logo = page.header.el_footer_logo %}
{% set image_width = page.media[el_footer_logo].width %}
{% set image_height = page.media[el_footer_logo].height %}
Maybe be i miss something or maybe it's an issue.