Skip to content

Commit

Permalink
chore: stop video control
Browse files Browse the repository at this point in the history
  • Loading branch information
dmanova committed Sep 20, 2024
1 parent a20509b commit a3bb7af
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<div class="section-1">
<h1>Kendo UI for Angular</h1>
<h2>Build Professional-Grade Angular UI</h2>
<p>Progress is the leading provider of application development and digital experience technologies. Telerik and Kendo UI are part of Progress product portfolio.<br/>
Kendo UI for Angular delivers Kendo UI components natively developed from the ground up and intended for the Angular framework.</p>
<p>Progress is the leading provider of application development and digital experience technologies. Telerik and Kendo UI are part of Progress product portfolio.</p>
<p>Kendo UI for Angular delivers Kendo UI components natively developed from the ground up and intended for the Angular framework.</p>

<div class="section-2">
<video id="video" width="1040" controls autoplay>
<video id="video" width="1040" controls [autoplay]="!pauseAnimation">
<source src="./../assets/Progress_Who_We_Are.mp4" type="video/mp4">
</video>

Expand Down

0 comments on commit a3bb7af

Please sign in to comment.