mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
055b23109d
commit
f60e51248f
@ -70,7 +70,7 @@ class ImagesManager(object):
|
||||
return self.images[href].rid
|
||||
|
||||
def create_image_markup(self, html_img, stylizer, href):
|
||||
# TODO: inline img with non baseline vertical-align, img inside a link (clickable image)
|
||||
# TODO: img inside a link (clickable image)
|
||||
style = stylizer.style(html_img)
|
||||
floating = style['float']
|
||||
if floating not in {'left', 'right'}:
|
||||
|
Loading…
x
Reference in New Issue
Block a user