File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change @@ -280,3 +280,20 @@ hr {
280
280
padding-right : 0px ;
281
281
}
282
282
}
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>
102
102
< p > < a class ="btn btn-success " href ="https://github.com/facebook/pathpicker/ " role ="button "> More on GitHub</ a > </ p >
103
103
</ div >
104
104
< 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 >
107
111
</ div >
108
112
</ div >
109
113
< hr >
@@ -121,7 +125,11 @@ <h2>Arbitrary Commands</h2>
121
125
< a class ="btn btn-success " href ="https://github.com/facebook/pathpicker/ " role ="button "> More on GitHub</ a >
122
126
</ div >
123
127
< 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 >
125
133
</ div >
126
134
</ div >
127
135
</ div >
You can’t perform that action at this time.
0 commit comments