Getting full-size images in your recipe?
Currently working on a recipe, it links to a lot of charts (via thumbs) and Calibre only get the thumbs. Since the href links link directly to the full-size versions I was wondering if there is a way to replace the thumbnails for the larger versions.
What would be the best way to process all links and use the full-size versions that are linked in the href tag? the basic structure is something like.
<a href="/img/11_big.jpg">
<img src="/img/11_small.jpg"/>
</a>
Does anyone have a snippet or is there any built-in function for this in Calibre?
|