I am trying to build a website from scratch to show case my artwork. I am using simple css and html. My original image orientation is vertical or portrait format on the desktop and is intended to be in that format. However, when uploaded from the desktop via HTML on notepad++ it appears to be horizontal or landscape format. I used basic simple HTML to upload the image. Code Below:
<img src="Paintings/OystersTopoChico.jpg" alt="OystersTopoChico"
title="Oysters and Topo Chico" width="500" height="377"./>
Has anyone ever experienced this issue before? Any solutions?
*It should be noted that I experienced a similar problem a couple of years ago using Other People's Pixels a portfolio website for artists and designers.