This is a migrated thread and some comments may be shown as answers.

Media player is not correctly displayed and bleeds through page

4 Answers 31 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
gregory
Top achievements
Rank 1
gregory asked on 01 Mar 2019, 03:19 AM

Hello,

The media player does not seem to work when using containers that use display: table. The themes primary color bleeds through the media player and the tool bars don't align. I have attached screen shots, and the URL to the page is at http://gregoryalexander.com/blogCfc/client/index.cfm/2019/1/1/Video-Test

Please advise.

 

Gregory

4 Answers, 1 is accepted

Sort by
0
gregory
Top achievements
Rank 1
answered on 01 Mar 2019, 03:22 AM
<div id="mediaplayer#currentRow#" class="mediaPlayer"></div>
<script>
$(document).ready(function () {

$("#chr(35)#mediaplayer#currentRow#").kendoMediaPlayer({
autoPlay: false,
navigatable: true,
media: {
title: "#title#",
source: "#application.baseUrl#/enclosures/#getFileFromPath(enclosure)#"
}
});
});
</script>
0
Accepted
Preslav
Telerik team
answered on 04 Mar 2019, 12:25 PM
Hi Gregory,

After removing the following 10px padding:
Everything seems to work okay on my side.

Please, give it a try, and let me know if the above works for you.


Regards,
Preslav
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
gregory
Top achievements
Rank 1
answered on 05 Mar 2019, 07:23 PM
Thank-you Preslav! I'll try it tonight and follow up.
0
gregory
Top achievements
Rank 1
answered on 06 Mar 2019, 01:21 AM
It worked! Thanks! I would have never caught that!
Tags
MediaPlayer
Asked by
gregory
Top achievements
Rank 1
Answers by
gregory
Top achievements
Rank 1
Preslav
Telerik team
Share this question
or