Link block, Image

An image tile, will scale the image when hovered.
Here seen inside a parenting <div> with width: 300px;


Link block, Image

Component status: WIP

An image tile, will scale the image when hovered.
Here seen inside a parenting <div> with width: 300px;

Default
Modifiers
.link-block-image--hover-fade

Fades the image on hover

<a class="link-block-image " href="#">
    <div class="link-block-image__media">
        <img src="/images/forretninger_lyngby.jpg" alt="">
        
                    <video loop preload autoplay muted playsinline src="/videos/videoplayback.webm" type="video/mp4"></video>
        
    </div>
    <div class="link-block-image__text"> 
        <p>Lyngby</p>
    </div>
</a>
Se mere