forked from brooksbingham/theme-elegance
refactor: add anchor tag on video
parent
67c2fa39e2
commit
b7d4f56053
|
@ -25,10 +25,12 @@
|
|||
|
||||
{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)">
|
||||
<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)">
|
||||
<source src="https://brooksbingham-season5.sfo2.cdn.digitaloceanspaces.com/site-static-assets/slider.mp4"
|
||||
type="video/mp4" >
|
||||
</video>
|
||||
</a>
|
||||
</div>
|
||||
<div class=" mx-auto h-[50vh] flex flex-col justify-center ">
|
||||
<h1 class="lg:font-semibold
|
||||
|
|
Loading…
Reference in New Issue