Tagged Questions

5
votes
4answers
5k views

HTML + Javascript: Dynamic Image Resize?

I am trying to get some javascript to programatically adjust a html img tag's width to display various sized images correctly. I have a fixed width img tag at 800px to display an image, this is the ...
1
vote
3answers
462 views

Resizable background on website

Is it possible to resize the background image of a webpage as the browser window is resized?
0
votes
2answers
91 views

Resize HTML map images

In a small website where the pages are only composed by a single image with multiple links using html map, I want to resize the images (smaller images) but it is extremely painful to resize all the ...
0
votes
2answers
187 views

Maintain image layout on a webpage even after zoom?

I currently have three images placed horizontally one after another on a webpage. When the user zooms in sufficiently, the page layout bumps the third image to be placed below the first two images. I ...