I have an HTML with images:
<img id="1" .../>
<img id="2" .../>
<img id="3" .../>
<img id="4" .../>
While printing, I want every image to be on a separate page (according to the print size).
Now I get the images cut off in the middle.
Is there any way to fix it?