View Single Post
Old 06-29-2011, 03:27 PM   #3
SamL
I mess around with Epubs
SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.SamL once ate a cherry pie in a record 7 seconds.
 
Posts: 82
Karma: 1566
Join Date: Mar 2011
Location: Cambridge, MA
Device: mac, ipad, nook, kindle
Quote:
Originally Posted by Tokage View Post
Hi,

Instead of linking directly to the large picture:
<a href="images/PictureLarge.jpg" ><img src="images/PictureSmall"/></a>

perhaps you could link another xhtml page containing the large image:

<a href="PictureLarge.xhtml"><img src="images/PictureSmall"/></a>

Then PictureLarge.xhtml would be something like:
..
<body>
<img src="images/PictureLarge.jpg" width="100%"/>
</body>
..

That's actually a great idea. Is it possible to have xhtml files that are "hidden"? Is there some way I can not include them in the "spine" part of the opf, so they will only show up when I click the image link?
SamL is offline   Reply With Quote