Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagehtml
<!-- components/bluberry-embed/bluberry-embed.twig -->
<section class="bluberry-embed">
  <iframe src="https://player.blubrry.com/id/73182495/" scrolling="no" width="100%" height="138px" frameborder="0"></iframe>
</section>

CSS

Code Block
languagecss
.bluberry-embed {
  margin-bottom: 30px;
}

Example

Iframe
scrollingno
srchttps://player.blubrry.com/id/73182495/
width100%
frameborderhide
height138px

...