Commit 818a6159 authored by Robert Knight's avatar Robert Knight

Make content frame in VitalSource EPUB fill full width of window

This makes the VS EPUB test page more accurately reflect the real VitalSource
viewer. More importantly, it also triggers the heuristic that the Guest class
uses to decide whether to enable side-by-side mode for an iframed guest.
parent eefac00b
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
const styles = document.createElement('style'); const styles = document.createElement('style');
styles.innerHTML = ` styles.innerHTML = `
iframe { iframe {
width: 600px; width: 100%;
height: 400px; height: 400px;
resize: both; resize: both;
overflow: auto; overflow: auto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment