Skip to content

Instantly share code, notes, and snippets.

@RaeJansen
Created May 2, 2024 17:52
Show Gist options
  • Save RaeJansen/72ad7b6233495e4fff95146ce1a9bf2f to your computer and use it in GitHub Desktop.
Save RaeJansen/72ad7b6233495e4fff95146ce1a9bf2f to your computer and use it in GitHub Desktop.
Pinterest Board Widget
<script
type="text/javascript"
async defer
src="//assets.pinterest.com/js/pinit.js"
></script>
<a data-pin-do="embedBoard" data-pin-board-width="800" data-pin-scale-height="240" data-pin-scale-width="80" href="https://www.pinterest.ca/RONNIE_27/human-realm/"></a>
body > span {
width: 100% !important;
height: 100% !important;
}
span[class*="_bd"] {
height: 100% !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment