Jump to content

WebUI v0.386 - Get file on mp4 starts playing.


FxDx

Recommended Posts

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.

post-58833-0-64205400-1399454311_thumb.j

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...