【Lightbox2】ポップアップ画像の枠を消す方法
はじめに
ここでは「ポップアップ画像の枠を消す方法」のみを紹介するため、Lightbox2を用いたポップアップ画像の作り方については以下を参照
方法
CSS(またはStylusなど)に以下のようなコードを追加する
CSSの例
#lightbox .lb-image {
border: none;
}
Stylusの例
#lightbox .lb-image
border: none
全体のコード例とプレビュー
- 「View Compiled」を押すと Pug -> HTML、Stylus -> CSS に切り替わる
- 「0.5x」で見ることを推奨
See the Pen Delaunay Triangulation by Probability Hill (@probabilityhill) on CodePen.
Author And Source
この問題について(【Lightbox2】ポップアップ画像の枠を消す方法), 我々は、より多くの情報をここで見つけました https://qiita.com/probabilityhill/items/27bce1aa455fd2b9afe4著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .