MWDelaney / bootstrap-3-shortcodes

WordPress shortcodes for easier use of Bootstrap elements in your content.
https://wordpress.org/plugins/bootstrap-3-shortcodes/
MIT License
377 stars 118 forks source link

Embed codes #110

Closed ianchanning closed 9 years ago

ianchanning commented 9 years ago

Any plans to add the responsive embeded codes? e.g.

<!-- 16:9 aspect ratio -->
<div class="embed-responsive embed-responsive-16by9">
  <iframe class="embed-responsive-item" src="..."></iframe>
</div>

<!-- 4:3 aspect ratio -->
<div class="embed-responsive embed-responsive-4by3">
  <iframe class="embed-responsive-item" src="..."></iframe>
</div>
MWDelaney commented 9 years ago

Added! Sorry for the lateness of this reply.

ianchanning commented 9 years ago

Awesome! thanks