be extended so, that the video can be watched in Full screen mode and scaled back to original Lightbox size?
Marc
1 Answer, 1 is accepted
0
Viktor Tachev
Telerik team
answered on 17 Jan 2017, 09:23 AM
Hi Marc,
In the example you are referring to the full screen button is removed from the MediaPlayer control. If you would like to show it you should change the InstantiateIn method for LightBoxMediaTemplate. You need to remove the following line of code.
However, note that enabling fullscreen for the MediaPlayer when it is placed in a LightBox container can result in unexpected behavior. When the user presses the ESC key this can result in closing both the media player and the LightBox. I would recommend not enabling fullscreen for the media player in that scenario.