Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
setting loop to false on video bg (#1426)
Browse files Browse the repository at this point in the history
* setting loop to false on video bg

* 1425: trying to clear the cached composer.json for circle ci build

* 1425: undoing previous changes and trying removing docker cache

* 1425: undoing wrong previous change and trying full drush command instead of alias

* 1425: removing cached composer.json and trying full drush command with debug flag

* 1425: another attempt

* 1425: fixed typo

* 1425: undoing circle ci config changes

* Formatting fix
  • Loading branch information
Heleen-cr authored and adamclark-dev committed Jun 11, 2018
1 parent 34c8695 commit 2ff1e74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<header class="{{ header_class|join(" ") }} contextual-region">
{{ title_suffix.contextual_links }}
{% if bg_video is not empty %}
<div class= "bg_video" data-vide-bg="mp4: {{ field_landing_background_video }}, poster: {{ image_bg }}" data-vide-options="loop: true, muted: true, resizing: true, position: center, posterType: jpg, className: video">
<div class="bg_video" data-vide-bg="mp4: {{ field_landing_background_video }}, poster: {{ image_bg }}" data-vide-options="loop: false, muted: true, resizing: true, position: center, posterType: jpg, className: video">
</div>
{% endif %}
<div class="promo-header__content">
Expand Down

0 comments on commit 2ff1e74

Please sign in to comment.