boynet
boynet
+1 right now its useless in mobile
where is the code where you initialize the dot on click? when you ask code related question you should give all the details available take a look at: https://tympanus.net/Development/BookBlock/index5.html and...
did you solved it? I am also getting error from import { EmailMessage } from "cloudflare:email"; ``` Uncaught Error: No such module "cloudflare-internal:email". imported from "cloudflare:email" ```
so I kinda solve it change the require to import and remove all the cloudflare:email stuff ``` import PostalMime from "postal-mime"; async function streamToArrayBuffer(stream, streamSize) { let result = new...
you can just change this css properties ``` -webkit-perspective: 1300px; perspective: 1300px; ``` they set on `.bb-bookblock` in `bookblock.css` the larger the number the less it goes out