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

How can I hide the full screen button?

1 Answer 135 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 01 Jul 2017, 02:22 AM

I want to hide the full screen button on the media player.  Can you please tell me how to do that?

Thanks,

Mark

1 Answer, 1 is accepted

Sort by
0
Georgi
Telerik team
answered on 04 Jul 2017, 09:46 AM
Hi Mark,

You can remove the full screen button using jQuery. The code snipped below contains the jQuery code that removes the full screen button:

$('.k-i-full-screen').parent().remove()

 The following dojo sample illustrates how to remove the full screen button with the aforementioned approach: 



Regards,
Georgi
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
MediaPlayer
Asked by
Mark
Top achievements
Rank 1
Answers by
Georgi
Telerik team
Share this question
or