You are here: Reference > HTML > attributes > lowsrc (img, input:image)

lowsrc attribute (img, input:image)

Browser support:
Specifies the location of a lower resolution image to display.
This attribute was supported by earlier versions of browsers. Nowadays browsers do not support it.
JavaScript page for this attribute: lowsrc. You can find other example(s) there.

Possible values:

String that sets the URL of the image. It can be an absolute or relative path as well. Relative paths are relative to the base URL. The base URL is the location of the current document, but it can be overridden by the base tag.
Default: this attribute has no default value.

Example HTML code 1:

This example illustrates the use of the lowSrc attribute:
<img height="212px" width="300px" src="picture.gif" lowsrc="low_picture.gif" />
Did you find this example helpful? yes no

Supported by tags:

External links:

User Contributed Comments

Post Content

Post Content