diff --git a/utility-pages/transparent-svg.html b/utility-pages/transparent-svg.html index ba5d84d..e20c6e7 100644 --- a/utility-pages/transparent-svg.html +++ b/utility-pages/transparent-svg.html @@ -20,15 +20,18 @@ top: 0; left: 0; } - svg { + iframe { height: 100%; width: 100%; - object-fit: fill; /* This will disregard the aspect ratio */ + border: none; + background: transparent; }
- +