yanhaijing / zepto.fullpage

Focusing on the fullPage.js for mobile terminals.
MIT License
2.1k stars 510 forks source link

高度有问题 #85

Open diamont1001 opened 7 years ago

diamont1001 commented 7 years ago

如果每个page内容本身高度都不到满屏的话,那么初始化后会有问题,不能满屏。

解决方法,在初始化后,主动触发一次 resize

$('.wp-inner').fullpage();
$(window).resize();
yanhaijing commented 7 years ago

期 pull request

diamont1001 commented 7 years ago

<div class="wp"> 这个元素定义好高度就行了