These are the full width alerts you see stacked above.
Alert example. If your playback didn’t start, it’s likely because you don’t have the Video app installed.
The required JavaScript to initialize the Affix Boostrap component:
{{#markdown}} ```javascript $(function () { var alertStack = $('.alert-stack'); if (alertStack.length == 0) { return; } alertStack.affix({ offset: { top: alertStack.offset().top } }); }); ``` {{/markdown}}Caption row uses two columns to ensure action link is right aligned at md viewport and up. It stacks at sm and below.
Action link needs to float right on large viewports and float left on small ones, hence the hiding and showing.
This is an inline alert with no title.
This is a warning inline alert without an glyph.
This is a danger inline alert with a glyph. Want to know more about what glyphs you can use?
This is a danger inline alert with an glyph. Want to know more about what glyphs you can use?