FxDx Posted May 7, 2014 Report Share Posted May 7, 2014 When I want to download a file from WebUI I noticed mp4 started playing in Chrome. So with some digging around in the DOM I found the iframe with the video playing. I added the following CSS to make it visible. You can see the attached screenshort. .downloadfrm {display: block !important;height: 600px !important;width: 800px !important;position: absolute;top: 0px;right: 0px;z-index: 100;} I don't know if this is a bug or a feature in development. But it would be nice to be able to play videos in browser. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.