Re: Wall pattern disappears in SVG when embedded in website

by flip3 » Tue May 07, 2024 7:39 pm

Yes, sure. This is the SVG file.

... and my code is quite simple:

Code: Select all

<div class="floor-plans">
     <img src="/assets/photos/s001-lu/layout/Grundriss_S001-LU.svg" alt="">
</div>
... and some CSS applied to the image:

Code: Select all

.floor-plans img {
    width: 100%;
    height: 100%;
    max-height: 500px;
}