The Census Video component allows content authors to embed video source files on AEM pages.
View on public site:
The Census Video can be used when content authors wish to embed any video files onto an AEM webpage.
The Census Video component supports different format videos. The component allows an embeded video to display right on the AEM page. Video sources include: youtube, C-Span, USTREAM, Census Player.
Formats supported include:
Expand the section below to see the Census Video component's HTML output.
<div class="uscb-census-video video uscb-margin-TB-15 uscb-print-hide" style="min-height:20px">
<!-- hides the title and description text if on a text&image component -->
<div class="uscb-layout-row uscb-layout-align-center uscb-text-align-center">
<!-- youtube -->
<div class="uscb-video-width data-uscb-video-youtube-id" data-youtube-id="CLiqLgumkoE" style="width: 960px;">
<div class="uscb-video-container">
<iframe class="uscb-video" src="//www.youtube.com/embed/CLiqLgumkoE?wmode=opaque&rel=0" scrolling="no" allowfullscreen="" style="border: 0 none transparent;">Loading...</iframe>
</div>
</div>