Skip to content

Instantly share code, notes, and snippets.

@nolim1t
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nolim1t/ede14f044a2d6376350f to your computer and use it in GitHub Desktop.
Save nolim1t/ede14f044a2d6376350f to your computer and use it in GitHub Desktop.
Doing an image without an inline image (useful for posts sharing to Facebook where you don't want Facebook to grab that image as the "leader" image)
<div style="background-image: url('https://url.goes.here'); height: 225px; width: 300px; position: relative;"></div>
<p><sup>above: Linking</sup></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment