Skip to content
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

fixed unresponsiveness of the iframe in footer #1259

Merged
merged 2 commits into from
May 4, 2023

Conversation

tusharbansal22
Copy link
Contributor

As described in the issue #1254 , the youtube iframe present in footer is not responsive ,i.e., it doesnt fix correctly on mobile screens. This PR fixes the issue.

@tusharbansal22 tusharbansal22 requested a review from a team as a code owner May 2, 2023 17:12
@zkoppert
Copy link
Member

zkoppert commented May 2, 2023

It looks like this code change helps when the screen is a smaller (mobile) size, but when the screen is full size, I noticed that the div is rendering as 300x156 which is much smaller than its original appearance. Are you seeing that as well?

Before:
Screenshot 2023-05-02 at 11 01 29 AM

After:
Screenshot 2023-05-02 at 11 01 08 AM

@tusharbansal22
Copy link
Contributor Author

@zkoppert Ya, my bad didnt notice that issue earlier, fixed the issue now and the yt iframe is scaling as required.

Copy link
Member

@zkoppert zkoppert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution!

@zkoppert zkoppert merged commit 6c1f82e into github:main May 4, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants