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.
プラグイン jbimages を使用しています。すべて問題ありませんが、画像の定義済みの幅を幅 = 600px に設定する必要があります。解決策はありますか?助けてください.Thnx
アップロードするページの CSS で幅を設定できますか? たとえば、画像がすべて div ラッパーにある場合は、
.wrapper img { width: 600px; height: auto; }