使用https://github.com/private-face/gif-player插件。试图让播放器在启动时通过自动播放全屏显示,但全屏选项没有运气,阅读了文档但没有运气。
我知道我选错了,并且尝试了许多不同的组合 - 最后一个在下面;
<script>
$(function() {
$('.gif-player').gifPlayer(){
fullscreen,true}
});
</script>
我正在使用 zip 中提供的测试示例,但无法在页面加载时全屏显示,感谢帮助!