Sigil

Úr Ásta
(Munur milli útgáfa)
Stökkva á: flakk, leita
 
(Ein millibreyting ekki sýnd frá notanda.)
Lína 10: Lína 10:
 
<pre>
 
<pre>
  
Again, my big thing is cross-platform compliance, and that's where I'm running into trouble. Putting your image in an SVG "wrapper" will let you zoom it in and fill the screen. That code is pretty straightforward:
+
Again, my big thing is cross-platform compliance, and that's where I'm running into trouble.  
 +
Putting your image in an SVG "wrapper" will let you zoom it in and fill the screen.  
 +
That code is pretty straightforward:
 
<svg xmlns="http://www.w3.org/2000/svg"  
 
<svg xmlns="http://www.w3.org/2000/svg"  
 
xmlns:xlink="http://www.w3.org/1999/xlink"  
 
xmlns:xlink="http://www.w3.org/1999/xlink"  
Lína 21: Lína 23:
 
xlink:href="images/frontcover.png"/>
 
xlink:href="images/frontcover.png"/>
 
</svg>
 
</svg>
 +
http://ideatrash.net/2011/07/so-you-want-to-make-ebook-full-page.html

Núverandi breyting frá og með 27. mars 2012 kl. 05:24



' http://portables.about.com/od/ebookreasers/a/Ereader-Sideloading.htm


Again, my big thing is cross-platform compliance, and that's where I'm running into trouble. 
Putting your image in an SVG "wrapper" will let you zoom it in and fill the screen. 
That code is pretty straightforward:
<svg xmlns="http://www.w3.org/2000/svg" 
xmlns:xlink="http://www.w3.org/1999/xlink" 
version="1.1" 
width="100%" 
height="100%"  
viewBox="0 0 497 765" 
preserveAspectRatio="xMaxYMax meet">
     <image width="497" height="765" 
xlink:href="images/frontcover.png"/>
</svg>
http://ideatrash.net/2011/07/so-you-want-to-make-ebook-full-page.html
Tenglar
Nafnrými
Útgáfur
Aðgerðir
Flakk
Verkfæri