<picture>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>

  <picture>
    <source media="(min-width: 650px)" srcset="youtube.png" >
    <source media="(min-width: 465px)" srcset="facebook.png"  >
    <img src="workplace.jpg" alt="logo" style="width:auto;">
  </picture>
  
</body>
</html>
<picture> tag eke image add karanne mehema
<source> Element
<!DOCTYPE html>
<html lang="en">
<head>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>

  <picture>
    <source media="(min-width: 650px)" srcset="youtube.png" >
    <source media="(min-width: 465px)" srcset="facebook.png"  >
    <img src="workplace.jpg" alt="logo" style="width:auto;">
  </picture>
  
</body>
</html>
<picture> tag eke thiyena <source> tag eka sadaha me tika yodagannawa
Scroll to Top