I tried the solution given here on the site, but that didn't work. Setting vertical volume control in video.js Where can I get the best tutorial about video .js .. Any link?
For version 6.2.0:
var options = { controlBar: { volumePanel: {inline: false} }, }; videojs('my-video', options);
For video.js 5.x:
var options = { controlBar: { volumeMenuButton: { inline: false, vertical: true } } }; videojs('player', options);
It can be done. Please look:
http://jsbin.com/nidevo/2/edit?html,css,output
and
https://github.com/videojs/video.js/issues/942
How do you quote for videojs 2.0
Source: https://habr.com/ru/post/1235482/More articles:Passport does not support persistent login sessions - javascriptHow to load a PNG image in TImage - delphiNeed an example using fabricjs.d.ts with TypeScript - javascriptJava detection if application sound - javaTrigger an event when a user is on a page - javascriptViewPager + Picasso - androidSetting vertical volume control in video.js - volumeMonoDevelop Addin - Error loading template identifier / Template * .xpt.xml not found - monohttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1235486/placement-of-view-modelsdtos-in-onion-architecture&usg=ALkJrhjxmfAqbHrbUzWwURffpBtXeMRHhQExtend Sitecore Field Type WFFM - sitecoreAll Articles