Horje

How to Use of the media attribute

Source Example.
index.html
Example: HTML
<picture>
  <source media="(min-width: 650px)" srcset="https://horje.com/avatar.png">
  <source media="(min-width: 465px)" srcset="https://horje.com/avatar.png">
  <img src="https://horje.com/avatar.png" alt="Flowers" style="width:auto;">
</picture>

Output should be:

How to Use of the media attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin