File tree Expand file tree Collapse file tree 2 files changed +11
-18
lines changed
Expand file tree Collapse file tree 2 files changed +11
-18
lines changed Original file line number Diff line number Diff line change @@ -50,4 +50,5 @@ iframe {
5050 height : 100% ;
5151 border : none; /* Remove iframe border */
5252 user-select : none; /* https://stackoverflow.com/questions/70029125/how-to-disable-iframe-from-being-highlighted */
53+ padding-bottom : 10vw ;
5354}
Original file line number Diff line number Diff line change @@ -35,31 +35,23 @@ <h1 class="center link-container">
3535 </ h1 >
3636
3737 <!--
38- this contains the video source
38+ This contains the direct video link to the camera
3939 -->
40- <!-- <iframe
41- allowfullscreen=True
40+ < iframe
41+ type ="link "
42+ scrolling ="no "
4243 src ="https://dwpwebcams.com/bhs/canvasvideo1.php ">
43- </iframe> -->
44+ </ iframe >
4445
4546 <!--
46- this contains the live camera access
47- as well as the slideshow access if you scroll down
48- this replace the specific video source above
49- -->
47+ This contains the slideshow
48+ access point of you scroll down
49+ -->
5050 < iframe
5151 type ="link "
52- src ="https://dwpwebcams.com/bhs/ ">
52+ scrolling ="no "
53+ src ="https://dwpwebcams.com/bhs/slideshow.htm ">
5354 </ iframe >
54-
55- <!--
56- a divider containing information about the stream
57- -->
58- < div class ="center link-container ">
59- < a href ="https://dwpwebcams.com/bhs/canvasvideo1.php " target ="_blank "> The video only can be found here</ a > < br >
60- <!-- <a href="https://dwpwebcams.com/bhs/" target="_blank">You can find more features by going here and scrolling down</a> -->
61- </ p >
62- </ div >
6355</ body >
6456
6557<!--
You can’t perform that action at this time.
0 commit comments