“Serwuj obrazy w Webp NextGen Formats” Kod odpowiedzi

Serwuj obrazy w Webp NextGen Formats

<picture>
  <source srcset="img/awesomeWebPImage.webp" type="image/webp">
  <source srcset="img/creakyOldJPEG.jpg" type="image/jpeg"> 
  <img src="img/creakyOldJPEG.jpg" alt="Alt Text!">
</picture>
Dark Dingo

Serwuj obrazy w Webp NextGen Formats

.no-webp .elementWithBackgroundImage {
  background-image: url("image.jpg");
}

.webp .elementWithBackgroundImage{
  background-image: url("image.webp");
}
Dark Dingo

Odpowiedzi podobne do “Serwuj obrazy w Webp NextGen Formats”

Pytania podobne do “Serwuj obrazy w Webp NextGen Formats”

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu