Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

Serve images in nextgen formats webp

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

.webp .elementWithBackgroundImage{
  background-image: url("image.webp");
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #Serve #images #nextgen #formats #webp
ADD COMMENT
Topic
Name
7+1 =