Skip to content

Instantly share code, notes, and snippets.

@ElfhirDev
Created August 4, 2016 09:47
Show Gist options
  • Save ElfhirDev/6737d827526d7e6a3a5de6e81aad9222 to your computer and use it in GitHub Desktop.
Save ElfhirDev/6737d827526d7e6a3a5de6e81aad9222 to your computer and use it in GitHub Desktop.
css image bg replace img src
/* Inspired by https://github.com/JasonBarnabe/stylish */
#img {
height: 0 !important;
width: 0 !important;
/* these numbers match the new image's dimensions */
padding-left: 128px !important;
padding-top: 128px !important;
background: url(http://placekitten.com.s3.amazonaws.com/homepage-samples/408/287.jpg) no-repeat !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment