forked from brooksbingham/theme-elegance
Merge pull request 'refactor: add anchor tag on video' (#45) from apurvab/theme-elegance:marketing-experiment into marketing-experiment
Reviewed-on: brooksbingham/theme-elegance#45marketing-experiment
commit
17955a2730
|
@ -25,10 +25,12 @@
|
||||||
|
|
||||||
{if $page.meta.title == 'Custom made' || $page.meta.title == 'custom made' || $page.meta.title == 'Custom Made' || $page.meta.title == 'custom'}
|
{if $page.meta.title == 'Custom made' || $page.meta.title == 'custom made' || $page.meta.title == 'Custom Made' || $page.meta.title == 'custom'}
|
||||||
<div class="mb-12 w-full lg:h-[90vh]" style="clip-path: inset(4px)">
|
<div class="mb-12 w-full lg:h-[90vh]" style="clip-path: inset(4px)">
|
||||||
|
<a href="https://brooksbingham.com/module/thob/configurator?id_product=75">
|
||||||
<video autoplay muted loop class="w-full h-auto object-cover" style="background-color: rgba(0, 0, 0, 0)">
|
<video autoplay muted loop class="w-full h-auto object-cover" style="background-color: rgba(0, 0, 0, 0)">
|
||||||
<source src="https://brooksbingham-season5.sfo2.cdn.digitaloceanspaces.com/site-static-assets/slider.mp4"
|
<source src="https://brooksbingham-season5.sfo2.cdn.digitaloceanspaces.com/site-static-assets/slider.mp4"
|
||||||
type="video/mp4" >
|
type="video/mp4" >
|
||||||
</video>
|
</video>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class=" mx-auto h-[50vh] flex flex-col justify-center ">
|
<div class=" mx-auto h-[50vh] flex flex-col justify-center ">
|
||||||
<h1 class="lg:font-semibold
|
<h1 class="lg:font-semibold
|
||||||
|
|
Loading…
Reference in New Issue