-
-
Notifications
You must be signed in to change notification settings - Fork 365
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
fix: fullscreen button not working for videos #7767
Conversation
✅ Deploy Preview for koda-canary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Code Climate has analyzed commit e8b726c and detected 0 issues on this pull request. View more on Code Climate. |
AI-Generated Summary: This pull request introduces a fix to the fullscreen button functionality on the gallery item component in the Vue codebase. It adjusts the z-index and the class of gallery item media in GalleryItem.vue, allowing the proper functioning of the fullscreen mode toggle. Moreover, it modifies the GalleryItemPreviewer.vue component by appending the fullscreen modal to the body and setting the max height to 100% of the viewport height, as well as adjusting the width property of .gallery-item-modal-content. The changes involve 7 insertions and 2 deletions across 2 files. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Thanks! |
😍 Perfect, I’ve sent the payout 🪅 Let’s grab another issue and get rewarded! |
Thank you for your contribution to the KodaDot - One Stop Shop for Polkadot NFTs.
👇 __ Let's make a quick check before the contribution.
PR Type
Context
Before submitting pull request, please make sure:
Optional
Did your issue had any of the "$" label on it?
Community participation
Screenshot 📸
2023-10-21.22.13.14.mov
Copilot Summary
🤖 Generated by Copilot at e8b726c
Improved the layout and responsiveness of the gallery item modal on different screen sizes. Fixed a bug where the modal close button was hidden by the media.
🤖 Generated by Copilot at e8b726c