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.
動作していないのはブートストラップの行クラスなのか、それとも Firefox で正しく読み込まれないのが私の JS/CSS なのかはわかりません。Chrome と Safari で動作します。何かご意見は?
style.css の 122 行目に次のものがあります。
.portfolio-images img { width: 300px; }
それは何のためですか?削除すれば、Firefox で問題なく動作します。
更新: 私の間違い - width:100% に更新すると、Firefox で問題なく動作します。