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.
最近、クールなbxsliderプラグインをインストールしました。 しかし、何らかの理由で写真が中央に配置されておらず、iframeに入れると漏れます。
bxslider
ここで見てみましょう:私のウェブサイト
どのように修正できますか?
私もこのような問題を抱えていました。少なくとも最初の画像にはwidthandを付ける必要があります。height
width
height
<img src="images/img1.jpg" style="width:940px; height: 294px;" />
編集
あなたのスタイリングをこれに変更してください。あなたの場合はこれで十分だと思います:
ul.bxslider { margin: 0 auto; padding: 0; }