-
-
Notifications
You must be signed in to change notification settings - Fork 844
Changed iframe object to object video player #6915
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
Conversation
|
Reviewing this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Cloid, great work!
What works:
- Original issue is linked
- Appropriate into and from branches
- Good PR description, visual changes are provided
- Object implementation works well on my Linux laptop
Concerns:
- There is a merge conflict with the current version of the website that needs to be resolved before it can be merged (if you need help with this let me know)
- Video does not fit the screen on mobile view (I tested using Galaxy S20 Ultra on Firefox). Googling 'responsive video object' gets several possible fixes for this issue. Changing object's width to a percentage and change height accordingly seems to work on my end.
|
@Cloid Please resolve the merge conflict and add an availability and ETA for the requested changes. Thanks! |
|
Hi there, sorry for the delay. I'll finish this by EOD Thursday, 08/01 |
Merging branch 'gh-pages' into event-iframe-to-object
|
@muninnhugin Screen sizing is now fixed for all screen sizes, tested via Firefox/Chrome. |
|
Reviewing now, should be done by EOD today. Sorry new schedule, I'm really busy during the week now. |
ha-bach
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both mobile screen size and merge conflicts are fixed. Approving this PR. Thanks for contributing @Cloid!
roslynwythe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job @Cloid with this challenging issue.
- code is clean and complete
- Pull Request has well-formed branches, screenshots and descriptive text
- This branch checks out in the browser (Chrome) at all screen sizes
Thank you!
Fixes #6749
What changes did you make?
Why did you make the changes (we will use this info to test)?
Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)
Before Changes
After Changes