Documentation
Full Width Images
Full width images should be used for large horizontal images. If an image is valuable to the content, like a graph, an id
should be applied, example:
HTML
html1<div id="foo" class="fullwidth">2<img src="../img/foo.png" alt="foo" />3</div>
CSS
css1.fullwidth {2text-align: justify;3width: 100%;4margin: 1em 0;5}6.fullwidth img {7display: inline-block;8width: 100%;9page-break-inside: avoid !important;10}
and a link to the image should be made and included in toc.xhtml under the epub type loi
.