Skip to content
Snippets Groups Projects
Commit 310454d3 authored by Kevin Paxman's avatar Kevin Paxman Committed by Eric Bremner
Browse files

ISTWCMS-7180: video banners should always have play/pause

parent 5e5e114c
No related branches found
No related tags found
1 merge request!236Feature/istwcms 7180 kpaxman video pause
......@@ -102,7 +102,7 @@
{% if image.link %}
</a>
{% endif %}
{% if image.type == "uw_para_local_video_banner" and media_flags.use_play_pause %}
{% if image.type == "uw_para_local_video_banner" %}
<div class="video-bottom">
<div class="controls embedded-video-controls">
<button id="btn-{{ image.uuid }}" class="banner-video-control video-control uw-video-pause" aria-label="Pause" title="Pause video autoplay">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment