
how to prevent fullscreen
how to prevent fullscreen on this code?
<div id="myElement">Loading the player...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
file: "",
skin: '',
autostart: true,
stretching: 'exactfit',
height: 250,
width: 5000,
logo: {
file: '',
position: '',
},
sharing: {
link: ""
}
});
</script>