I am trying to show a large image on a page on my site. I want it to be resized dynamically based on the user's resolution so that the percentage of the screen on each monitor is raised. How do i do this
Use percentage values instead of pixels:
& lt ; Img src = "path here" width = "100%" />
Comments
Post a Comment