What do you want to save?
Add Code snippet
New code examples in category Html
-
Awgiedawgie 2022-05-13 22:25:39
sublimelinter-html-tidy for linux
step 1: Package Control: Install Package --> Sublimelinter-html-tidy step 2: sudo apt-get install tidy step 3: Preferences > Package Settings > SublimeLinter > Settings step 4: add {"paths":{"linux":["~/tidy"],&qu... Add solution -
Awgiedawgie 2022-05-13 22:06:01
increase video speed html5
/* play video twice as fast */ document.querySelector('video').defaultPlaybackRate = 2.0; document.querySelector('video').play(); /* now play three times as fast just for the heck of it */ document.querySelector('video').playbackRate = 3.0; Add solution
Best helpers
Ranking is empty