DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Prevent Split Image

To prevent split image, we must wrap the image with div or another element. Add defined class from css to the corresponding div or element. The css class must contain "page-break-inside:avoid;" for example:

css

.csc-textpic-image { page-break-inside: avoid;}

html

<div class=”csc-textpic-image”><img src=”image.jpg” /></div>