File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -280,3 +280,20 @@ hr {
280280 padding-right : 0px ;
281281 }
282282}
283+ /* Regarding video demo missing */
284+ .mobile-show {
285+ display : none;
286+ }
287+ .mobile-show img {
288+ width : 300px ;
289+ height : auto;
290+ }
291+
292+ @media only screen
293+ and (min-device-width : 320px )
294+ and (max-device-width : 480px ){
295+ .mobile-show {display : inline;
296+ width : 50pxpx ;
297+ height : 50px ;}
298+ .mobile-hide {display : none;}
299+ }
Original file line number Diff line number Diff line change @@ -102,8 +102,12 @@ <h2>Any Input</h2>
102102 < p > < a class ="btn btn-success " href ="https://github.com/facebook/pathpicker/ " role ="button "> More on GitHub</ a > </ p >
103103 </ div >
104104 < div class ="asciiDemo col-md-6 ">
105- < script type ="text/javascript " src ="https://asciinema.org/a/19519.js " id ="asciicast-19519 " async >
106- </ script >
105+ <!-- <script type="text/javascript" src="https://asciinema.org/a/19519.js" id="asciicast-19519" async> -->
106+ <!-- </script> -->
107+ < a class ="mobile-show " href ="https://asciinema.org/a/19519 " target ="_blank "> < img src ="https://asciinema.org/a/19519.png " /> </ a >
108+ < div class ="mobile-hide ">
109+ < script id ="asciicast-19519 " src ="https://asciinema.org/a/19519.js " async > </ script >
110+ </ div >
107111 </ div >
108112 </ div >
109113 < hr >
@@ -121,7 +125,11 @@ <h2>Arbitrary Commands</h2>
121125 < a class ="btn btn-success " href ="https://github.com/facebook/pathpicker/ " role ="button "> More on GitHub</ a >
122126 </ div >
123127 < div class ="asciiDemo col-md-6 ">
124- < script type ="text/javascript " src ="https://asciinema.org/a/19520.js " id ="asciicast-19520 " async > </ script >
128+ <!-- <script type="text/javascript" src="https://asciinema.org/a/19520.js" id="asciicast-19520" async></script> -->
129+ < a class ="mobile-show " href ="https://asciinema.org/a/19520 " target ="_blank "> < img src ="https://asciinema.org/a/19520.png " /> </ a >
130+ < div class ="mobile-hide ">
131+ < script id ="asciicast-19520 " src ="https://asciinema.org/a/19520.js " async > </ script >
132+ </ div >
125133 </ div >
126134 </ div >
127135 </ div >
You can’t perform that action at this time.
0 commit comments