Reflowable vs. Fixed-Layout ePub: Which Format Does Your Book Need?
The short answer: if your book is primarily text — fiction, narrative nonfiction, memoir, or most business books — you want a reflowable ePub. If your book depends on precise visual layouts where images and text must occupy exact positions on each page — children’s picture books, graphic novels, heavily illustrated cookbooks — you need fixed-layout ePub. Everything else is nuance, but understanding that nuance can save you from a costly format choice.
What “Reflowable” Actually Means
A reflowable ePub is built around the idea that text should adapt to its container. When a reader opens a reflowable ebook on a small phone, the text wraps differently than on a large tablet or e-ink reader. When the reader increases the font size, the paragraph expands and pages shift accordingly. The layout “reflows” around the content.
This is the format ebooks were designed for. The ePub specification — maintained by the W3C — assumes reflowable behavior by default. No special metadata is required to declare a file reflowable; it simply is one unless you say otherwise.
From a reader’s perspective, reflowable ebooks support font-size adjustments, custom typeface selection, margin control, line-spacing preferences, night mode, and text search. These are the features readers expect when they buy a novel or nonfiction book from Amazon or Apple Books.
What “Fixed-Layout” Actually Means
A fixed-layout ePub (FXL) overrides the default behavior with a single metadata declaration in the package document:
<meta property="rendition:layout">pre-paginated</meta>That one property tells reading systems: “Every page in this file has a defined viewport. Render it exactly as specified.” The result is that each page is displayed like a printed page — same proportions, same element positions, regardless of the device screen.
Fixed-layout books can include interactivity: audio, video, pan-and-zoom panels for comics, pop-up text captions. The tradeoff is that readers cannot adjust font size or change the typeface, and the reading experience degrades significantly on small screens where the page must be shrunk to fit.
Which Book Types Belong in Each Format
The following categories nearly always require fixed-layout:
- Children’s picture books — illustration and text placement are inseparable; the visual relationship between image and words is part of the reading experience
- Comics, manga, and graphic novels — panel layout, speech bubble positioning, and bleed are intrinsic to the work
- Heavily illustrated cookbooks — when a recipe must appear alongside its photo, on the same “page,” as a designed unit
- Art books and photography collections — where the image is the content
- Technical books with complex diagrams — when callouts must point to specific locations on an image
Virtually everything else — fiction, memoir, biography, history, business, self-help, most narrative nonfiction — belongs in reflowable. The guiding principle: if the reader needs to see text in a specific position relative to an image, use fixed-layout. If the reader just needs to read the text, use reflowable.
How the Major Platforms Handle Each Format
Amazon KDP accepts both reflowable and fixed-layout ePubs. One important constraint: a book cannot be partially one and partially the other — fixed-layout applies to the entire title. KDP also does not allow readers to change font size in fixed-layout books, which limits the audience on small Kindle devices. As of March 18, 2025, KDP no longer accepts MOBI files for any new or updated ebook submissions; EPUB is now the required format for all types.
Apple Books supports both formats but with a critical distribution caveat: fixed-layout ePubs cannot be distributed to Apple Books through aggregators like Draft2Digital or StreetLib. They must be uploaded directly through Apple’s iTunes Producer application. If you plan to use an aggregator for wide distribution, this is a significant constraint — it means you will manage Apple separately, as a manual upload.
IngramSpark accepts fixed-layout ePubs but requires EPUB Check 3.0.0 compliance validation. No single image inside an IngramSpark ePub may exceed 5,600,000 total pixels (length × width). A 2,000 × 2,800 pixel image lands right at that limit; anything larger must be downsampled before export.
Draft2Digital processes reflowable ebooks only. Their conversion pipeline explicitly strips out formatting that enforces a fixed visual structure. If you upload a fixed-layout ePub to Draft2Digital, the result is unpredictable. For children’s books or illustrated titles destined for wide distribution, you will need to upload directly to each retailer rather than using an aggregator.
Accessibility and the European Accessibility Act
Fixed-layout ePubs pose inherent accessibility challenges. When a reader with low vision cannot increase the font size, the book becomes inaccessible to them. Screen readers can have difficulty inferring reading order from fixed-position elements. Adding meaningful alternative text to every image is required, but does not solve the core font-size limitation.
The European Accessibility Act (EAA), which took effect in June 2025, requires digital publications sold in EU markets to meet accessibility standards. For ebook publishers, this has added weight to the decision to use reflowable formats wherever possible. Fixed-layout books sold into EU markets should include comprehensive accessibility metadata — documenting access modes, hazards, and conformance levels — to meet the Act’s requirements.
This is not a reason to avoid fixed-layout when your content genuinely requires it. A wordless picture book needs fixed-layout regardless of accessibility law. But if you are on the fence — perhaps considering fixed-layout because it looks more “professional” — the accessibility argument tips strongly toward reflowable.
Production Cost and Complexity
Reflowable ePub conversion from a well-formatted Word document is straightforward and inexpensive. Most conversion tools (Calibre, Vellum, Atticus, Scrivener) produce clean reflowable output with minimal manual work.
Fixed-layout ePub production is substantially more complex. Each page must be designed as a precise visual unit, typically in Adobe InDesign with fixed-layout ePub export settings, or in a specialized tool like Book Creator (for children’s books). Images must be sized and positioned to spec before export. EPUB Check validation is recommended before uploading to any retailer. Plan for significantly more revision cycles if you are doing fixed-layout for the first time.
The Practical Decision
Before committing to a format, answer this single question: Does my content require specific elements to appear in exact positions on the page? If yes — children’s picture book, illustrated cookbook, comic — choose fixed-layout and plan for direct uploads to each retailer. If no, choose reflowable. That decision governs your production workflow, your distribution options, your accessibility compliance posture, and your reader experience across devices. Getting it right at the start is easier than converting between formats after production is complete.
