Skip to content

Commit 2e01ce3

Browse files
committed
remove frameborder in iframe
1 parent 416123a commit 2e01ce3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

video.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2>Getting Started with Codeception</h2>
1010
<p>By Reval Govender</p>
1111

1212
<div class="iframe-wrapper">
13-
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLrIm-p2rpV0Hu9EvTidyYG1vsX0LWIM7Q" frameborder="0" allowfullscreen></iframe>
13+
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLrIm-p2rpV0Hu9EvTidyYG1vsX0LWIM7Q" allowfullscreen></iframe>
1414
</div>
1515

1616
<h2>How to TDD a REST API in Laravel</h2>
@@ -20,7 +20,7 @@ <h2>How to TDD a REST API in Laravel</h2>
2020
<p>This is a detailed course covering how to build a RESTful API using Laravel and Codeception</p>
2121

2222
<div class="iframe-wrapper">
23-
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLrIm-p2rpV0F-rl4NPjNslEmW-D83AHOr" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
23+
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLrIm-p2rpV0F-rl4NPjNslEmW-D83AHOr" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
2424
</div>
2525

2626

@@ -29,7 +29,7 @@ <h2>Codeception in PhpStorm</h2>
2929
<p>By Gary Hockin</p>
3030

3131
<div class="iframe-wrapper">
32-
<iframe width="560" height="315" src="https://www.youtube.com/embed/B3PE7w-jvjQ" frameborder="0" allowfullscreen></iframe>
32+
<iframe width="560" height="315" src="https://www.youtube.com/embed/B3PE7w-jvjQ" allowfullscreen></iframe>
3333
</div>
3434

3535

0 commit comments

Comments
 (0)