I'm using some simple photos on my website of which some are in landscape mode, and others in portrait mode. I use the most basic html possible:
<img src="/doc/54836abcc1a36b7526daa146">
When I visit the url (/doc/54836abcc1a36b7526daa146
) directly in the browser I correctly see the image as standing/portrait mode, but when I use it in the html img-tag, it displays in landscape mode. Is this because I don't use an extension (like e.g.: .jpg
). Or is something else wrong?
Does anybody know how I can correctly display the image in portrait mode? All tips are welcome!