Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Nivo スライダーと Twitter ブートストラップはお互いに好きではありません!
親指を使うと、ありとあらゆる狂気が表示されます。
css の修正を見つけました。以下に追加します (この問題で他の人を助けることができれば幸いです)。
nivo-slider.css の css を次のように変更します。
.nivoSlider img { position:absolute; top:0px; left:0px; }
に
.nivoSlider img { position:absolute; top:0px; left:0px; /* this is the fix */ vertical-align: baseline !important; max-width: none !important; }