Closed Jay-sanjay closed 1 year ago
I think ... the problem with specifying both width
and height
percentages is that they'll be applied to the image container's dimensions rather than to the image's.
If you just specify width
, the height
will then be calculated automatically, and preserve the aspect ratio:
<img src="/assets/julia-health-logo.png" alt="JuliaHealth logo" title="JuliaHealth logo" style="width: 25%; align:center">
Fix has been submitted! Thanks @cormullion for the fix and @Jay-sanjay for reporting this issue!
I found that the juliahealth logo seems to be deformed on Android interface, image attached
@TheCedarPrince could you please look over it once . Thanks !!