js拉伸背景图像

时间:2013-12-16 20:28:28

标签: javascript background stretch

此代码使用backstretch插件(http://srobbin.com/jquery-plugins/jquery-backstretch/

这应该拉伸由

调用的background.jpg
    if($( ".container" ).length > 0) {
        $.backstretch("/images/background.jpg");

与此相同吗?

    $( "body" ).append( "<div class='bg' id='backstretch'>
                           <img src='/images/background.jpg' />
                         </div>" );

1 个答案:

答案 0 :(得分:0)

不,$.backstretch()调用插件,只需在图像上添加标记即可。见https://github.com/srobbin/jquery-backstretch/blob/master/jquery.backstretch.js