add theme
This commit is contained in:
15
wp/wp-content/themes/medicalalert/tpl/large_video.tpl
Normal file
15
wp/wp-content/themes/medicalalert/tpl/large_video.tpl
Normal file
@@ -0,0 +1,15 @@
|
||||
<!-- Large Video BEGIN -->
|
||||
<section class="large-video-slice-container bg-color-{{background_color}} padding-top-{{padding_top}} padding-bottom-{{padding_bottom}}">
|
||||
<div class="container">
|
||||
<div class="row d-flex justify-content-center">
|
||||
<div class="col col-lg-10">
|
||||
<div class="large-video">
|
||||
<div class="ratio ratio-16x9">
|
||||
<iframe src="https://player.vimeo.com/video/{{video}}" allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Large Video END -->
|
||||
Reference in New Issue
Block a user