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
1answer
79 views
how to center img vertically and horizontally in a container - img may potentially be larger than container
I have a container that will contain an image, and this image is loaded from an application and so the dimensions of the container is known while the image will vary.
I currently have the following ...
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 ...