A Pen by Regan Jansen (Kroolorks) on CodePen.
Created
May 2, 2024 17:52
-
-
Save RaeJansen/72ad7b6233495e4fff95146ce1a9bf2f to your computer and use it in GitHub Desktop.
Pinterest Board Widget
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
<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> |
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
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