Skip to content

Commit

Permalink
Help/About: Upload videos to CDN and remove autoplay/loop.
Browse files Browse the repository at this point in the history
Props skithund, afercia, lonelyvegan.
See #45178.


git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43969 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
melchoyce committed Dec 6, 2018
1 parent fc81fea commit c018324
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/wp-admin/about.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@
<div class="col"> <div class="col">
<h2><?php _e( 'Building with Blocks' ); ?></h2> <h2><?php _e( 'Building with Blocks' ); ?></h2>
<p><?php _e( 'The new block-based editor won&#8217;t change the way any of your content looks to your visitors. What it will do is let you insert any type of multimedia in a snap and rearrange to your heart&#8217;s content. Each piece of content will be in its own block; a distinct wrapper for easy maneuvering. If you&#8217;re more of an HTML and CSS sort of person, then the blocks won&#8217;t stand in your way. WordPress is here to simplify the process, not the outcome.' ); ?></p> <p><?php _e( 'The new block-based editor won&#8217;t change the way any of your content looks to your visitors. What it will do is let you insert any type of multimedia in a snap and rearrange to your heart&#8217;s content. Each piece of content will be in its own block; a distinct wrapper for easy maneuvering. If you&#8217;re more of an HTML and CSS sort of person, then the blocks won&#8217;t stand in your way. WordPress is here to simplify the process, not the outcome.' ); ?></p>
<video controls autoplay loop> <video controls>
<source src="https://wordpress.org/gutenberg/files/2018/11/add-block.mp4" type="video/mp4"> <source src="https://s.w.org/images/core/5.0/videos/add-block.mp4" type="video/mp4">
<source src="https://wordpress.org/gutenberg/files/2018/11/add-block.webm" type="video/webm"> <source src="https://s.w.org/images/core/5.0/videos/add-block.webm" type="video/webm">
<p><?php printf( __('Your browser doesn&#8217;t support HTML5 video. Here is a %1$slink to the video%2$s instead.'), '<a href="https://wordpress.org/gutenberg/files/2018/11/add-block.mp4">', '</a>'); ?></p> <p><?php printf( __('Your browser doesn&#8217;t support HTML5 video. Here is a %1$slink to the video%2$s instead.'), '<a href="https://wordpress.org/gutenberg/files/2018/11/add-block.mp4">', '</a>'); ?></p>
</video> </video>
<p><?php _e( 'We have tons of blocks available by default, and more get added by the community every day. Here are a few of the blocks to help you get started:' ); ?></p> <p><?php _e( 'We have tons of blocks available by default, and more get added by the community every day. Here are a few of the blocks to help you get started:' ); ?></p>
Expand Down Expand Up @@ -284,9 +284,9 @@
<div class="col"> <div class="col">
<h2><?php _e( 'Freedom to Build, Freedom to Write' ); ?></h2> <h2><?php _e( 'Freedom to Build, Freedom to Write' ); ?></h2>
<p><?php _e( 'This new editing experience provides a more consistent treatment of design as well as content. If you&#8217;re building client sites, you can create reusable blocks. This lets your clients add new content anytime, while still maintaining a consistent look and feel.' ); ?></p> <p><?php _e( 'This new editing experience provides a more consistent treatment of design as well as content. If you&#8217;re building client sites, you can create reusable blocks. This lets your clients add new content anytime, while still maintaining a consistent look and feel.' ); ?></p>
<video controls autoplay loop> <video controls>
<source src="https://wordpress.org/gutenberg/files/2018/11/build.mp4" type="video/mp4"> <source src="https://s.w.org/images/core/5.0/videos/build.mp4" type="video/mp4">
<source src="https://wordpress.org/gutenberg/files/2018/11/build.webm" type="video/webm"> <source src="https://s.w.org/images/core/5.0/videos/build.webm" type="video/webm">
<p><?php printf( __('Your browser doesn&#8217;t support HTML5 video. Here is a %1$slink to the video%2$s instead.'), '<a href="https://wordpress.org/gutenberg/files/2018/11/build.mp4">', '</a>'); ?></p> <p><?php printf( __('Your browser doesn&#8217;t support HTML5 video. Here is a %1$slink to the video%2$s instead.'), '<a href="https://wordpress.org/gutenberg/files/2018/11/build.mp4">', '</a>'); ?></p>
</video> </video>
</div> </div>
Expand Down

0 comments on commit c018324

Please sign in to comment.