timklapdor / learning-materials

Developing a new theme and style for CSU Learning Resources - A work in process
1 stars 3 forks source link

Looking for advice related to DOMS videos. #112

Open sparkercsu opened 6 years ago

sparkercsu commented 6 years ago

So DOMS videos uses a version of video,js for playing mp4 content. I have some configuration capability but can't instantly see what I would need to do for videos to work appropriately.

Advice would be appreciated. 2018-02-27 13_53_22-topic 8_ security issues network and electronic commerce

ryunf commented 6 years ago

Do we have access to modify and replace the video-js.css file? That is where the player styles are set. We can't modify them from i2 as the video and player are embedded in an iframe.

sparkercsu commented 6 years ago

Hi Ryun, I figured as much. I got it to look fine on my default size video box size of 1170x658. The system based config only allows me to set pixel sizes (through the equella interface). is 1170x658 a happy medium size?

ryunf commented 6 years ago

If you can get the video to fit 100% of the video-js player you can then take advantage of some of the theme video styles based on the intrinsic ratio principle. Happy to help tomorrow if you need it.