Hi,
Mirage appears to remove the height and width style tags on svg images when the mobile view is rendered. An example of the code below.
Any ideas what causes this? Is there an easy way to exclude svg images from Mirage completely?
<img class="img-responsive-inline-block img-responsive" style="width: 26px; height: 26px; vertical-align:middle;" src="https://example.com/1.svg">
.img-responsive-inline-block {
display: inline-block !important;
max-width: 100%;
height: auto;
}