Thread: Image size lost
View Single Post
Old 09-29-2014, 08:33 PM   #3
pbw
Member
pbw began at the beginning.
 
Posts: 21
Karma: 10
Join Date: Dec 2011
Device: Kindle
Thanks Kovid. The source has height and width specified on the images as

<div class="image-frame image-650w366h">
<img src="http://resources1.news.com.au/images/2014/09/28/1227073/318401-2e1144a8-46d4-11e4-9a7c-3b6b503b5f0c.jpg" alt="Work with Syria to beat ISIS: Iraq" width="650" height="366" />
</div>

So, on the webpage, they're absolute values.

Here's the generated epub from a different article in The Australian.

<div class="calibre6">
<img src="images/img1_u55.jpg" alt="Spain in crisis over Catalan referendum " class="calibre8"/>
</div>

Admittedly, I cannot follow the complete chain from RSS feed to EPUB, so I don't know exactly where in the process the size information gets lost.
pbw is offline   Reply With Quote