Fullscreen Problem (Projekktor Core)

by Joe, Tuesday, August 07, 2012, 19:58 (290 days ago)

Hello,

I am new to Projekktor and am having trouble getting my fullscreen toggle to show. I downloaded the latest release and there is no fullscreen button to click anywhere in my player. I haven't changed any of my .js files and was wondering what code I have to insert and where to get the fullscreen button to show.

I've tried: player.setFullscreen (true); into the script portion in my html document so it looks like this:

<script type="text/javascript">
$(document).ready(function() {
player.setFullscreen (true);
projekktor('#player_a'); // instantiation
});
</script>


This seems to get the fullscreen icon to show but removes the theme moccacco that comes with projekktor. Am I entering the code into the wrong area?

Thanks in advance for you help!

- Joe

  994 views

Complete thread:

 RSS Feed of thread