Skip to content

Fix height on embedded registration form on mobile #1891

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

Merged
merged 2 commits into from
Jan 19, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ai-powered-competitive-programming.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>PyTorch Webinars</h1>
<div class="container">
<div class="row content">
<div class="col-md-10 body-side-text">
<img style="width:100%; max-width:600px; margin-bottom: 20px" src="/assets/images/ai-programming.png" alt="AI-Powered Competitive Programming">
<img style="width:100%; max-width:600px; margin-bottom: 40px; display: block; margin-left: auto; margin-right: auto;" src="/assets/images/ai-programming.png" alt="AI-Powered Competitive Programming">
<h2>AI-Powered Competitive Programming: My HackerCup 2024 Experience</h2>
<p class="lead">
<strong>Date</strong>: January 24, 2025, 1PM ET
Expand All @@ -33,7 +33,7 @@ <h2>AI-Powered Competitive Programming: My HackerCup 2024 Experience</h2>
Anton Pidkuiko is a Software Engineer at Meta, Reality Labs in London. He is currently working on applying the power of Large Language Models to Metaverse Avatar product experiences.
<br/><br/>
<strong>Register now to attend this event.</strong>
<div style="width:100%;height:0px;position:relative;padding-bottom:56.25%;"><iframe src="https://streamyard.com/watch/SQkGZqZNzgae?embed=true" width="100%" height="100%" frameborder="0" allow="autoplay; fullscreen" style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>
<div style="width:100%;position:relative;padding-bottom:56.25%;min-height:550px;"><iframe src="https://streamyard.com/watch/SQkGZqZNzgae?embed=true" width="100%" height="100%" frameborder="0" allow="autoplay; fullscreen" style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>
</p>
</div>
</div>
Expand Down