-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confetti Not Shown in Fullscreen #94
Comments
Hi, the container element should automatically fit to screen size. Could you maybe provide a minimal, reproducable example? |
My app allows the div to be viewed in full screen, however, the party js container is outside of that full screen. Therefore, it is not shown in the full screen container as it is not nested within it even if it is scaled to full screen size, it is not included in the full screen. What I need is the ability to move the partyjs container within my full screen div so that it appears in full screen mode.
|
Hey, do you have any updates on this? |
Hi sorry, uni is keeping me busy. I'm currently not sure on how to approach this, since I'm unsure how the fullscreen API operates. I'll definitely look into this, and I will let you know what I can do! |
No worries, take your time! |
Hello, the project I'm working on that uses requires the confetti effect to work soon and I believe I've found a solution. Since the fullscreen api selects an element and all its child nodes in it to be viewed in full screen, all that's needed is to have the option to move the confetti container. |
I am making an app that uses a full screen. However, when the confetti is executed, since the party-js element is outside of my fullscreen div element, it won't show when in full screen. Is there anyway to move the element and nest it inside my own element or manually render it?
The text was updated successfully, but these errors were encountered: