mendix version 9.24.5
development mode : phone web
When I set the image to Enlarge it's not available on the phone like it is on the web. After test to add the following style is normal.
.mx-image-viewer-lightbox-backdrop{
height: 100%;
width: 100%;
top: 0px;
}
.mx-image-viewer-lightbox{
position: absolute;
width: 100%;
img{
max-width:100% ;
height: auto;
}
}
Hi Wang Ming,
Just to clarify – are you sharing a tip or is it a question you are asking? Can’t fully understand from your original post.