I have an image on my website, this is its source:
<p>
<img src="images/image.jpg" style="width: 50%;" />
</p>
In Chrome and Firefox, the image displays correctly (same way as it is uploaded on server). However, in Edge, the image is rotated 90 degrees. When i download the image, it is always rotated correctly, even if I download it from Edge.
I have never encountered this issue before. Any solutions?