View Single Post
Old 05-27-2023, 07:23 PM   #4
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,860
Karma: 6120478
Join Date: Nov 2009
Device: many
@elibrarian,

Interesting! Thanks for that info. I will try adding that into the next version of Sigil if there is not a better solution.

I do wonder if changing from 100% to 100vw for width and 100vh for height (or your 98, but without the style) would effectively do the same thing for all chrome based and webkit based engines?

Code:
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" 
width="100vw" height="100vh" viewBox="0 0 1650 2200" 
preserveAspectRatio="xMidYMid meet"> <image width="1650" height="2200" 
xlink:href="../Images/hawthorne-det_roede_bogstav.jpg"/>

Last edited by KevinH; 05-27-2023 at 07:32 PM.
KevinH is offline   Reply With Quote