I am very new to developing HTML and CSS.
I have an HTML page with a tag img. This tag will contain some images. These images have different sizes. I set the width and height of the tag imgusing CSS.
All images will be displayed using JavaScript.
Maybe I need to resize images using JavaScript before assigning an image to a tag img? Maybe I don’t need to do this because I set the size imgusing CSS. Proportions will be limited?
Sorry for my English.
source
share