File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -1492,4 +1492,19 @@ body #footer .links {
1492
1492
.intro-block .pull-right {
1493
1493
float : right !important ;
1494
1494
}
1495
+ }
1496
+
1497
+ .iframe-wrapper {
1498
+ position : relative;
1499
+ padding-bottom : 56.25% ;
1500
+ padding-top : 25px ;
1501
+ height : 0 ;
1502
+ }
1503
+
1504
+ .iframe-wrapper iframe {
1505
+ position : absolute;
1506
+ top : 0 ;
1507
+ left : 0 ;
1508
+ width : 100% ;
1509
+ height : 100% ;
1495
1510
}
Original file line number Diff line number Diff line change @@ -9,21 +9,29 @@ <h2>Getting Started with Codeception</h2>
9
9
10
10
< p > By Reval Govender</ p >
11
11
12
- < iframe width ="560 " height ="315 " src ="https://www.youtube.com/embed/videoseries?list=PLrIm-p2rpV0Hu9EvTidyYG1vsX0LWIM7Q " frameborder ="0 " allowfullscreen > </ iframe >
12
+ < div class ="iframe-wrapper ">
13
+ < iframe width ="560 " height ="315 " src ="https://www.youtube.com/embed/videoseries?list=PLrIm-p2rpV0Hu9EvTidyYG1vsX0LWIM7Q " frameborder ="0 " allowfullscreen > </ iframe >
14
+ </ div >
13
15
14
16
< h2 > How to TDD a REST API in Laravel</ h2 >
15
17
16
18
< p > By Reval Govender</ p >
17
19
18
20
< p > This is a detailed course covering how to build a RESTful API using Laravel and Codeception</ p >
19
21
20
- < 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 >
22
+ < 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 >
24
+ </ div >
25
+
21
26
22
27
< h2 > Codeception in PhpStorm</ h2 >
23
28
24
29
< p > By Gary Hockin</ p >
25
30
26
- < iframe width ="560 " height ="315 " src ="https://www.youtube.com/embed/B3PE7w-jvjQ " frameborder ="0 " allowfullscreen > </ iframe >
31
+ < div class ="iframe-wrapper ">
32
+ < iframe width ="560 " height ="315 " src ="https://www.youtube.com/embed/B3PE7w-jvjQ " frameborder ="0 " allowfullscreen > </ iframe >
33
+ </ div >
34
+
27
35
28
36
< h2 > Codeception Laracasts Videos</ h2 >
29
37
You can’t perform that action at this time.
0 commit comments