Skip to content

Commit

Permalink
fix(blog): Add title to YouTube embed (#21407)
Browse files Browse the repository at this point in the history
  • Loading branch information
hashimwarren committed Feb 13, 2020
1 parent 84401ab commit 1ecc0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/100days/pwa/index.md
Expand Up @@ -18,7 +18,7 @@ You may have been introduced to Gatsby as a [“static site generator”](/docs/

But Gatsby is best understood as a Progressive Web App generator, because with Gatsby you can produce websites with native mobile app capabilities. A Progressive Web App (PWA) is a new class of website that takes advantage of the web browser’s access to mobile device APIs, to provide features traditionally only associated with native apps.

<iframe width="560" height="315" src="https://www.youtube.com/embed/z2JgN6Ae-Bo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/z2JgN6Ae-Bo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen title="Progressive Web Apps - PWA Roadshow"></iframe>

Imagine giving your website enhancements like offline mode, home screen installation, and push notifications. Well, those are exactly the features we want you to add to your Gatsby project this week!

Expand Down

0 comments on commit 1ecc0ec

Please sign in to comment.