0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

リッチなアイテムリスト、スライドショーを設定したい→ bxSlider てあるのか

Last updated at Posted at 2015-07-24

参考

http://blog.8bit.co.jp/?p=11145
http://makasete-web.net/bxslider
http://hyg-de-haizi.com/bxslider-doesnt-workie9-ie8-ie7

動的に表示項目数を変更したい

var defOpt = {
  maxSlides: X; // ここの値で変わるよう
};
var slider = $('.bxslider').bxSlider(defOpt);
slider.reloadSlider(defOpt);

問題

画像と下にテキストを配置したものを設定しているが、
viewport部分の Height が変わってしまう。
heightを強制的に設定している。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?