]> git.sesse.net Git - vlc/blobdiff - share/http/dialogs/main
* web interface: add a snapshot button
[vlc] / share / http / dialogs / main
index 3cac7c04ba9b45856f7a90db7399edfb4e5f0b20..30fde00ef300592c4c06cb4c1b09647baaa57bd4 100644 (file)
@@ -81,6 +81,11 @@ sout and playlist .
       <span class="btn_text">Fullscreen</span>
     </button>
     &nbsp;
+    <button id="btn_snapshot" onclick="snapshot();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Take video snapshot" >
+      <img src="images/snapshot.png" alt="Take video snapshot" />
+      <span class="btn_text">Take video snapshot</span>
+    </button>
+    &nbsp;
     <button id="btn_volume_down" onclick="volume_down();" onmouseover="button_over(this);" onmouseout="button_out(this);" title="Decrease Volume" >
       <img src="images/volume_down.png" alt="Decrease Volume" />
       <span class="btn_text">Decrease Volume</span>