You are here

media-entity-pinterest-board-section.html.twig in Media entity Pinterest 8

Same filename and directory in other branches
  1. 8.2 templates/media-entity-pinterest-board-section.html.twig

Default theme implementation to display a Pin.

data-pin-board-width="" data-pin-scale-height="" data-pin-scale-width=""

File

templates/media-entity-pinterest-board-section.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Default theme implementation to display a Pin.
  5. *
  6. * @ingroup themeable
  7. *
  8. * data-pin-board-width=""
  9. * data-pin-scale-height=""
  10. * data-pin-scale-width=""
  11. */
  12. #}
  13. <a data-pin-do="embedBoard" data-pin-board-width="400" data-pin-scale-height="240" data-pin-scale-width="80" data-pin-width="medium" href="{{ path }}"></a>