Using https://github.com/private-face/gif-player plugin.
Trying to get the player to go full screen with autoplay at startup but having no luck with the fullscreen option, have read the docs but having no luck.
I know I’m calling the option wrong and have tried many different combinations – the last one is below;
<script>
$(function() {
$('.gif-player').gifPlayer(){
fullscreen,true}
});
</script>
I’m using the test example provided in the zip but not able to go full-screen on page load, help appreciated!
you calling wrong code,
Right way to call Code;
with auto play;