Skip to content

Commit

Permalink
Merge pull request #215 from besartberisha/bugfix/responsive-video
Browse files Browse the repository at this point in the history
fix: Make sure videos render properly on smaller screens
  • Loading branch information
SvenAlHamad committed Dec 24, 2020
2 parents 0481d12 + 609584d commit be22625
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/api-development/commodo/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_label: Introduction

Learn the basics of Commodo in our knowledge-sharing playlist below.

<iframe width="805" height="390" src="https://www.youtube.com/embed/i9xRDdqCzjk" frameborder="0" allowfullscreen></iframe>
<iframe width="100%" height="390" src="https://www.youtube.com/embed/i9xRDdqCzjk" frameborder="0" allowfullscreen></iframe>

To simplify API development, Webiny heavily relies on a package called [Commodo](https://github.com/webiny/commodo).

Expand Down
2 changes: 1 addition & 1 deletion docs/api-development/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Webiny is organizing Knowledge-Sharing sessions to create a knowledge database f

Learn how to develop APIs with Webiny in the session below.

<iframe width="805" height="390" src="https://www.youtube.com/embed/8aJ_Ja1aTy0" frameborder="0" allowfullscreen></iframe>
<iframe width="100%" height="390" src="https://www.youtube.com/embed/8aJ_Ja1aTy0" frameborder="0" allowfullscreen></iframe>
2 changes: 1 addition & 1 deletion docs/app-development/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ With traditional React apps, you would import all your components and mount them
:::info
Check out our knowledge-sharing session on `APP Development With Webiny.` We'll get to know the structure of the app, how it is bundled, and how to make reusable app templates.
:::
<iframe width="805" height="390" src="https://youtube.com/embed/EQxNsDSdpsQ" frameborder="0" allowfullscreen></iframe>
<iframe width="100%" height="390" src="https://youtube.com/embed/EQxNsDSdpsQ" frameborder="0" allowfullscreen></iframe>

---

Expand Down
4 changes: 2 additions & 2 deletions docs/deep-dive/plugins-crash-course.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In this session, we'll look at three main groups of plugins:
We'll first learn how `@webiny/plugins` package works outside of Webiny, using [codesandbox.io](https://www.codesandbox.io). Then we'll see how this same package is utilized within the CLI, within Apollo Server (resolvers) and within React apps.
:::

<iframe width="805" height="390" src="https://youtube.com/embed/4qcDLzu8kVM" frameborder="0" allowfullscreen></iframe>
<iframe width="100%" height="390" src="https://youtube.com/embed/4qcDLzu8kVM" frameborder="0" allowfullscreen></iframe>

:::info
Now that we understand the basics of Webiny Plugins, we will continue on practical examples.
Expand All @@ -28,7 +28,7 @@ We will demonstrate how plugins are actually used in your everyday development:
Also on the API side, we’ll learn what are context plugins and what they are used for, and finally, how we can use plugins to expand our GraphQL schema with additional GraphQL types and resolvers.
:::

<iframe width="805" height="390" src="https://youtube.com/embed/NGoZ3TDTYus" frameborder="0" allowfullscreen></iframe>
<iframe width="100%" height="390" src="https://youtube.com/embed/NGoZ3TDTYus" frameborder="0" allowfullscreen></iframe>

## Anatomy of a plugin

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For detailed explanations of concepts and processes, see the [Deep Dive](/docs/d

If you prefer the Video version of the Webiny Quick Start, check out our YouTube videos below:

<iframe width="805" height="390" src="https://www.youtube.com/embed/G_du-yE_DL4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="100%" height="390" src="https://www.youtube.com/embed/G_du-yE_DL4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/aws-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This article will guide you through Configuring AWS Credentials.

If you prefer the Video version, check out our YouTube video below:

<iframe width="805" height="390" src="https://www.youtube.com/embed/qmtDRmplMG4" frameborder="0" allowfullscreen></iframe>
<iframe width="100%" height="390" src="https://www.youtube.com/embed/qmtDRmplMG4" frameborder="0" allowfullscreen></iframe>

To create your AWS account and set up your IAM credentials we should first navigate [here](https://aws.amazon.com/console/):

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/get-started/aws-credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This article will guide you through Configuring AWS Credentials.

If you prefer the Video version, check out our YouTube video below:

<iframe width="805" height="390" src="https://www.youtube.com/embed/qmtDRmplMG4" frameborder="0" allowfullscreen></iframe>
<iframe width="100%" height="390" src="https://www.youtube.com/embed/qmtDRmplMG4" frameborder="0" allowfullscreen></iframe>

To create your AWS account and set up your IAM credentials we should first navigate [here](https://aws.amazon.com/console/):

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/get-started/mongodb-atlas.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This article will guide you through Configuring MongoDB Atlas.

If you prefer the Video version, check out our YouTube video below:

<iframe width="805" height="390" src="https://www.youtube.com/embed/GOMvnI-r2qs" frameborder="0" allowfullscreen></iframe>
<iframe width="100%" height="390" src="https://www.youtube.com/embed/GOMvnI-r2qs" frameborder="0" allowfullscreen></iframe>

> This guide might look long, but it's gonna take you less than 5 minutes to go through it.
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mongodb-atlas.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This article will guide you through Configuring MongoDB Atlas.

If you prefer the Video version, check out our YouTube video below:

<iframe width="805" height="390" src="https://www.youtube.com/embed/GOMvnI-r2qs" frameborder="0" allowfullscreen></iframe>
<iframe width="100%" height="390" src="https://www.youtube.com/embed/GOMvnI-r2qs" frameborder="0" allowfullscreen></iframe>

> This guide might look long, but it's gonna take you less than 5 minutes to go through it.
Expand Down

0 comments on commit be22625

Please sign in to comment.