Search results

  1. D

    Resizing images with HTML?

    you can use css. Give the image an ID <img src="image.jpg" id="image"> and give it a variable size #image { width = 50%; height = 50%; } For really high res screens you might want to set a max width and height too
Back
Top