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,382
Karma: 27756918
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 online now   Reply With Quote