Print at Dec 15, 2025, 9:12:17 PM

Posted by flip3 at May 7, 2024, 9:39:17 PM
Re: Wall pattern disappears in SVG when embedded in website
Yes, sure. This is the SVG file.

... and my code is quite simple:
<div class="floor-plans">
<img src="/assets/photos/s001-lu/layout/Grundriss_S001-LU.svg" alt="">
</div>


... and some CSS applied to the image:
.floor-plans img {
width: 100%;
height: 100%;
max-height: 500px;
}