Last active
January 19, 2016 05:41
-
-
Save ciaranmahoney/a21af6d454539f9a4078 to your computer and use it in GitHub Desktop.
Add this to your CSS file to replace the grey square with an image of your choice.
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
p.pwp-featured-image-placeholder { | |
background: url('http://image-url-here.jpg'); | |
background-size: cover; | |
background-position: 50% 50%, 50% 50%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment