Closed roshie closed 3 years ago
I'm using the code, which is in the example.
<HTMLFlipBook width={300} height={500}> <div className="Page">Page 1</div> <div className="Page">Page 2</div> <div className="Page">Page 3</div> <div className="Page">Page 4</div> </HTMLFlipBook>
I don't have a 'showCover' prop (Which means, it defaults to false). But still, the flip-book shows in single-page mode. How can I achieve this?
@roshie Did you ever manage to solve this issue?
The issue was because, I had a parent container that was contracting the HTMLFlipBook component's width. Removing that container solved my issue.
I'm using the code, which is in the example.
I don't have a 'showCover' prop (Which means, it defaults to false). But still, the flip-book shows in single-page mode. How can I achieve this?