View Single Post
Old 10-17-2019, 05:57 AM   #4
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,594
Karma: 28548962
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Yeah, I am not really a fan of blowing up small images, makes them blurry, so there is no option to do that. As for the popup footnote, wait for the next release, as I have removed the mapping of epub:type to role, then use

Code:
@namespace epub url(http://www.idpf.org/2007/ops);

[epub|type="footnote] { display: none }
.calibre-footnote-container [epub|type="footnote] { display: block }
kovidgoyal is offline   Reply With Quote