Skip to content

Instantly share code, notes, and snippets.

@cossssmin
Last active November 23, 2017 17:52
Show Gist options
  • Save cossssmin/e692410528c8c72bc22eea13f7c4c4d0 to your computer and use it in GitHub Desktop.
Save cossssmin/e692410528c8c72bc22eea13f7c4c4d0 to your computer and use it in GitHub Desktop.
Pine HTML/CSS Retina Background Image
<table align="center" cellpadding="0" cellspacing="0" role="presentation" width="100%">
<tr>
<td class="col" width="100%" bgcolor="#1F2225" background="https://picsum.photos/1400/1000?image=837" style="background-image: url('https://picsum.photos/1400/1000?image=837'); background-repeat: no-repeat; background-position: center; background-size: cover;">
...
</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment