How Do I change picture size?
How do I change the dimensions of the picture on the website. I uploaded 2 images but they are really big so I wanted to decrease the size but I couldn't figure out how to. So how do I change the picture size?
Voters
Kookiez
you can do
<img src = 'example.png' height = '40px' width = '20px'>
replace the numbers with the lengths you want them to be, like changing 40 to 100 or whatever.
you also have a height attribute, but be wary of aspect ratio.
it doesn't work @Coder100
and how do I position the images @Coder100
@PlaySoccer To position the images, add this to HTML:
And to the CSS file:
That should work! I would recommend this extension. Makes it easier to locate coordinates
thx @Squirrel777
@PlaySoccer np!