2017-07-21 51 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图像响应。