markdig icon indicating copy to clipboard operation
markdig copied to clipboard

Add embed-responsive wrapper and classes to media links when using Bootstrap extension

Open RudeySH opened this issue 4 years ago • 0 comments

Bootstrap provides classes for embeds: https://getbootstrap.com/docs/4.4/utilities/embed/

The Bootstrap extension currently adds img-fluid to media links, because media links are treated as images. Instead, it should add embed-responsive-item. The iframe needs to be surrounded with a div with the following classes: embed-responsive embed-responsive-16by9 (the aspect ratio could be configurable).

RudeySH avatar May 12 '20 19:05 RudeySH