Pinterest Widget Builder allows you to flexibly create a widget to be placed on your site. I added one to this page , but there seems to be a limit on the width that you can set for the widget. For example, I set the width to 1170, but it only displays at 1111px.
Here is the code:
<a data-pin-do="embedUser" href="http://www.pinterest.com/rouvieremedia/" data-pin-scale-width="180" data-pin-board-width="1170">Follow Pinterest board Pin pets on Pinterest.</a>
This is the Bootstrap site, and I would really like this widget to be responsive. I tried applying the css style to the widget to see if I can influence it using this. Alas, no luck.
div.container > span.PIN_1407891215996_embed_grid.PIN_1407891215996_fancy { border: 5px solid red; }
Any suggestions for interacting with this element will be appreciated. Then I can apply an extra style.
source share