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

Fix mobile view if the APIDays blog post #268

Merged
merged 2 commits into from
Jan 8, 2024
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
8 changes: 7 additions & 1 deletion pages/blog/posts/apidays-paris-2023-recap.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ This is our first time having a booth at a conference, but we are sure it won't
Apidays is the leading business and technology conference series in APIs, and the programmable economy and Paris edition is the biggest event of the series.

<div className='flex flex-wrap justify-center items-center gap-4 w-full'>
<iframe width="500" height="300" src="https://apiglobal.b-cdn.net/wp-content/uploads/2020/04/APIDAYS-PARIS-22-TRAILER-2.mp4" frameborder="0" allowfullscreen></iframe>
<iframe
className='w-full md:w-1/2 lg:w-1/3 xl:w-2/4'
height="300"
src="https://apiglobal.b-cdn.net/wp-content/uploads/2020/04/APIDAYS-PARIS-22-TRAILER-2.mp4"
frameborder="0"
allowfullscreen
></iframe>
</div>

### The Conference Theme
Expand Down