Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Possibility of toggling controls, or even run Bindery in a Flipbook only mode? #97

Open
osklm opened this issue Apr 20, 2021 · 1 comment

Comments

@osklm
Copy link

osklm commented Apr 20, 2021

Describe the solution you'd like
So basically I'm using Bindery for something a little different than actually generating a PDF book. I'm mainly using the Flipbook part for this current project I'm working on which an in-game tattoo shop in Grand Theft Auto. Basically u walk up to a book in-game and it then opens up a web interface showing the book, where you can then flip through the pages and its all setup in Vue, and the pages are created dynamically

Describe alternatives you've considered
I have been just adding visibility hidden to the CSS class. Took longer than I expected, since I for some reason failed to spot the emojis in the class names, gave me a good laugh when I realized.

Additional context
It would be really cool, if there was a way to run Bindery in like a Flipbook only mode, I'm thinking that could be handy for people that don't need the other functionality.

@milahu
Copy link

milahu commented Feb 12, 2022

quickfix for the non-flipbook views

/* hide bindery menu on scroll down */
.📖-controls {
  /* position: sticky; */
  position: static !important;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants