page-break-inside
DeprecatedA legacy property used to prevent a page break from occurring inside an element when printing (for example, to keep an image and its caption on the same page).
Quick example
figure {
/* Prevents a figure (image+caption) from being split across two pages when printing */
page-break-inside: avoid;
}Quick facts
Initial value
autoInherited
No
Applies to
block elements in normal flow
Animation type
discrete
Values
autoavoidpage-break-inside Browser Support
Limited availability96% global usage
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Not ready for production without a fallback.
1+
12+