Home > Article > Web Front-end > Processing methods and codes for images in web pages_javascript skills
1 Image processing to remove links
2 Automatically reduce large images
I often see some pictures that are so large that they fill the screen after being uploaded. The following example detects the width of the image. If the width of the image is greater than "screen width-350",
will make the image display the size of "screen width-350".
Original image
Image with set size
3 Disable automatic reduction of large-sized images in IE6
Original The image will be automatically reduced
Set not to reduce the size
;
4 Remove the area wireframe and hyperlink wireframe on the hotspot map