We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982a9d6 commit 9e36fbdCopy full SHA for 9e36fbd
readium/streamer/src/main/java/org/readium/r2/streamer/parser/epub/ResourceAdapter.kt
@@ -162,7 +162,7 @@ internal class ResourceAdapter(
162
}?.let { linkProperties["page"] = it }
163
// Spread
164
when (property) {
165
- Vocabularies.RENDITION + "spread-node" -> "none"
+ Vocabularies.RENDITION + "spread-none" -> "none"
166
Vocabularies.RENDITION + "spread-auto" -> "auto"
167
Vocabularies.RENDITION + "spread-landscape" -> "landscape"
168
Vocabularies.RENDITION + "spread-portrait",
0 commit comments