2017-07-21 1 views
0

ブラウザウィンドウを縮小しようとすると問題が発生します。写真は収まりきれません。 誰にも分かりますか?ご協力いただきありがとうございます。ページへライトボックス - 画像が反応しません

リンク: http://pomyslownia.twsoft.pl/realizacje_post_type/xvd/

前にブラウザのウィンドウを減らす: before reduce the browser window

後、ブラウザウィンドウ削減:あなたのCSSに以下のルールを追加することができます enter image description here

答えて

0

を:

/* *********************** responsive lightbox */ 

.lb-outerContainer { 
    width:100% !important; 
    max-width:1000px !important; 
    height:auto !important; 
    } 
.lb-outerContainer IMG { 
    width:100% !important; 
    max-width:1000px !important; 
    height:auto !important; 
    } 
.lb-dataContainer { 
    width:100% !important; 
    max-width:1000px !important; 
    } 

これは、ライトボックス画像を応答性にする必要があります。

関連する問題