View Single Post
Old 05-17-2017, 06:15 AM   #7
Cyberseeker
Connoisseur
Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.Cyberseeker ought to be getting tired of karma fortunes by now.
 
Posts: 60
Karma: 602194
Join Date: Apr 2017
Device: Ipad
Quote:
Originally Posted by Turtle91
The SVG code for maximizing the display is:
Code:
<svg xmlns="http://www.w3.org/2000/svg" 
     width="100%" height="100%" 
     preserveAspectRatio="xMidYMid meet" version="1.1" 
     viewBox="0 0 526 701"
     xmlns:xlink="http://www.w3.org/1999/xlink">
     <image width="526" height="701" xlink:href="../Images/Test.jpg"/>
</svg>
- Where 526 and 701 are replaced with the actual dimensions of your image.
Im back again, this time trying your first option. Sorry for all the questions but its a learning curve for me.

Ive tried the above option inbetween my text paragraphs and the image expands and contracts the way I hoped it would. It looks good. The only trouble is, that it has a very large gap from the text, and I cannot see any thing about "padding" or whatever to reduce that gap.

Is this method only for use on a separate page with no text? If so, would the Sigil plugin do it without the gap?

Last edited by Cyberseeker; 05-17-2017 at 06:19 AM.
Cyberseeker is offline   Reply With Quote