2014-04-07 48 views
0

我試圖顯示該全尺寸背景圖片我使用這個jquery plugin 我下面這個exampleBackstrech無法顯示幻燈片放映也不

我的代碼的任何圖像是

<!DOCTYPE html > 
<html> 
    <head> 
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
     <title>full page image</title> 

    </head> 

    <body> 
     <script type="text/javascript" src="../js/jquery.min.js"></script> 
     <script type="text/javascript" src="../js/jquery.backstretch.min.js"></script> 
     <script type="text/javascript"> 
      <script> 
        $.backstretch([ 
         "http://media1.santabanta.com/full5/Indian%20%20Celebrities(F)/Gehana%20Vasisth/gehana-vasisth-0a.jpg", 
         "http://media1.santabanta.com/full5/Indian%20%20Celebrities(F)/Disha%20Pandey/disha-pandey-1a.jpg", 
         "E:\wall\beaches-82a.jpg" 
        ], { 
         fade: 750, 
         duration: 4000 
        }); 
     </script> 
    </body> 
</html> 

什麼是上述代碼的問題。如何使其工作

回答

0

通過檢查瀏覽器控制檯或網絡選項卡,確保您的文件的所有路徑都正確。

此外,您還需要刪除下的<script>標記,因爲您不能嵌套<script>標記。然後它應該按預期工作。

+0

是刪除'