View Single Post
Old 06-23-2013, 10:19 AM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,800
Karma: 54830978
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Steven630 View Post
Some images have a "enlarge" sign beneath them. How can I get the enlarged image instead of the original one?

An example

Code:
<div class='photo'><img src='small.jpg' width='500' height='188' ><br><span class='b' style='width:500px;'><a href='large.jpg' target='_blank'><img src='enlargesign.gif' border='0' align='right'></a></span><br></div>
This is an really a EPUB (HTML) question. Calibre is NOT and editor. You can use the Tweak (EPUB,Mobi) featire to explode files.

How can I replace small.jpg with large.jpg and remove enlargesign.gif?
the Teal part supports the alternate images in a separate window. remove that.
change the filename small.jpg ->large.jpg and remove the width/height portion (FWIW which is incorrectly formatted for xhtml)
theducks is online now   Reply With Quote