Skip to content

Instantly share code, notes, and snippets.

@amarbalu
Created April 10, 2022 09:05
Show Gist options
  • Save amarbalu/8f90f65c4d199c087650ec46c1ea857f to your computer and use it in GitHub Desktop.
Save amarbalu/8f90f65c4d199c087650ec46c1ea857f to your computer and use it in GitHub Desktop.
.no-webp .home-banner-background {
background-image: url('img/banner.jpg');
}
.webp .home-banner-background {
background-image: url('img/banner.webp');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment