2017-07-21 52 views

回答

0

您可以添加以下規則,以你的CSS:

/* *********************** 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; 
    } 

這應該使Lightbox圖像響應。