I would like svg images included in my book to utilise the maximum screen space of whatever device the reader is using, so my stylesheet says,
Code:
div.image {
width:100%; margin:2em auto; text-align:center;
}
img {
max-width:100%; max-height:100%
}
Sigil's contents pane shows text at full width, but inserted images are rendered at about 75%. I asked about this up in the Epub forum and also at Inkscape, but I think it must be a Sigil issue.
Has anyone encountered this problem, and if so, can I get a fix please?