Image banner
<section class="ecl-banner ecl-banner--m ecl-banner--font-m ecl-banner--box-bg-light ecl-banner--color-dark ecl-banner--h-left ecl-banner--v-center" data-ecl-banner data-ecl-auto-init="Banner"> <figure class="ecl-banner__picture-container"> <picture class="ecl-picture ecl-banner__picture" data-ecl-banner-image><img class="ecl-banner__image" src="https://inno-ecl.s3.amazonaws.com/media/examples/example-image8.jpg" alt="alternative text"></picture> <footer class="ecl-banner__credit" data-ecl-banner-footer> <div class="ecl-container">© Copyright</div> </footer> </figure> <div class="ecl-container ecl-banner__info"> <div class="ecl-banner__container" data-ecl-banner-container> <div class="ecl-banner__content"> <div class="ecl-banner__title"><span class="ecl-banner__title-text"><a href="/example" class="ecl-link ecl-banner__title-link">Lorem ipsum dolor sit amet consectetuer adipiscin</a></span></div> <p class="ecl-banner__description"><span class="ecl-banner__description-text">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</span></p> <div class="ecl-banner__cta"><a href="/example" class="ecl-link ecl-link--cta ecl-link--icon ecl-banner__link-cta"><span class="ecl-link__label">CTA link</span><svg class="ecl-icon ecl-icon--xs ecl-icon--rotate-90 ecl-link__icon" focusable="false" aria-hidden="true"> <use xlink:href="/dist/media/icons.e3d8f25c.svg#corner-arrow"></use> </svg></a></div> </div> </div> </div> </section>
Try it yourself on the playground
PlaygroundVideo banner
<section class="ecl-banner ecl-banner--m ecl-banner--font-m ecl-banner--box-bg-light ecl-banner--color-dark ecl-banner--h-left ecl-banner--v-center" data-ecl-banner data-ecl-auto-init="Banner"> <div class="ecl-banner__video-container"><video class="ecl-video ecl-banner__video" poster="https://euc-vod.fl.freecaster.net/12/224712/THUMB_I224712EN1W_V_1.jpg" autoplay muted loop data-ecl-banner-video> <source type="video/mp4" src="https://euc-vod.fl.freecaster.net/12/224712/HD_I224712EN1W.mp4"> </video> <div class="ecl-banner__credit" data-ecl-banner-footer> <div class="ecl-container">© Copyright</div> </div><button class="ecl-button ecl-button--tertiary ecl-banner__play ecl-button--icon-only" type="button" data-ecl-banner-play><span class="ecl-button__container"><span class="ecl-button__label" data-ecl-label="true">Play video</span><svg class="ecl-icon ecl-icon--m ecl-button__icon" focusable="false" aria-hidden="true" data-ecl-icon> <use xlink:href="/dist/media/icons.e3d8f25c.svg#play-outline"></use> </svg></span></button><button class="ecl-button ecl-button--tertiary ecl-banner__pause ecl-button--icon-only" type="button" data-ecl-banner-pause><span class="ecl-button__container"><span class="ecl-button__label" data-ecl-label="true">Pause video</span><svg class="ecl-icon ecl-icon--m ecl-button__icon" focusable="false" aria-hidden="true" data-ecl-icon> <use xlink:href="/dist/media/icons.e3d8f25c.svg#pause-outline"></use> </svg></span></button> </div> <div class="ecl-container ecl-banner__info"> <div class="ecl-banner__container" data-ecl-banner-container> <div class="ecl-banner__content"> <div class="ecl-banner__title"><span class="ecl-banner__title-text"><a href="/example" class="ecl-link ecl-banner__title-link">Lorem ipsum dolor sit amet consectetuer adipiscin</a></span></div> <p class="ecl-banner__description"><span class="ecl-banner__description-text">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa.</span></p> <div class="ecl-banner__cta"><a href="/example" class="ecl-link ecl-link--cta ecl-link--icon ecl-banner__link-cta"><span class="ecl-link__label">CTA link</span><svg class="ecl-icon ecl-icon--xs ecl-icon--rotate-90 ecl-link__icon" focusable="false" aria-hidden="true"> <use xlink:href="/dist/media/icons.e3d8f25c.svg#corner-arrow"></use> </svg></a></div> </div> </div> </div> </section>
Try it yourself on the playground
PlaygroundOther variants
Several variants are available for all kind of banner: size, font, background and text color, horizontal and vertical alignment, ...
Check the playground for more information.
Banner width
Banners placed inside a grid container (.ecl-container
) will expand to this container width.
To have a full width banner, the recommanded way is to place it outside of the grid container.
However, if there is a need to have a full width banner inside the grid container, the css class .ecl-banner--fullwidth
can be used (just put it at the same level as .ecl-banner
).
Caution: if you plan to use full width banner using this fullwidth css class, we recommend to include the optional ecl-reset.css
, as some global rules here would improve the display (overflow-x: hidden
).