Skip to content

Instantly share code, notes, and snippets.

@kcassam
Last active January 2, 2016 19:29
Show Gist options
  • Save kcassam/8350520 to your computer and use it in GitHub Desktop.
Save kcassam/8350520 to your computer and use it in GitHub Desktop.

Un petit player interactif pour générer un background-size :

http://www.w3schools.com/cssref/playit.asp?filename=playcss_background-size

En résumé :

  • toute l'image visible dans l'écran sans déformation : background-size: contain;
  • l'écran couvert à 100% sans déformation : background-size: cover;
  • l'image visible à 100% et l'écran couvert à 100% (avec déformation autorisée) : background-size: 100% 100%;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment