Created
August 4, 2016 09:47
-
-
Save ElfhirDev/6737d827526d7e6a3a5de6e81aad9222 to your computer and use it in GitHub Desktop.
css image bg replace img src
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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