サポート » その他 » 全面画像スライドショー

  • 解決済 taka224

    (@taka224)


    Jqueryで全面画像スライドショーを設置したいのですが、おすすめありますか?

    backstretchというプログラムを入れましたが、全然動きません。
    原因わかりますか?

    <script>
    $(document).ready(function() {
    $().introtzikas();
    });
    </script>
    <script>
    $.backstretch({
    “<?php bloginfo(‘template_directory’); ?>/img/start/1.png”,
    “<?php bloginfo(‘template_directory’); ?>/img/start/2.png”,
    “<?php bloginfo(‘template_directory’); ?>/img/start/3.png”,
    “<?php bloginfo(‘template_directory’); ?>/img/start/4.png”,
    “<?php bloginfo(‘template_directory’); ?>/img/start/5.png”,
    “<?php bloginfo(‘template_directory’); ?>/img/start/6.png”,
    “<?php bloginfo(‘template_directory’); ?>/img/start/7.png”,
    ],
    {duration: 5000, fade: 1000});
    </script>

3件の返信を表示中 - 1 - 3件目 (全3件中)
3件の返信を表示中 - 1 - 3件目 (全3件中)
  • トピック「全面画像スライドショー」には新たに返信することはできません。