Viewing 1 reply thread
You must be logged in to reply to this topic.
on a laptop or phone my portfolio (home page) looks great but on iPad the images sometimes are presented so that the subject of the image is not visible.
Its probably something in my justify settings but let me know thank you
Hello,
This happens because these images are in portrait mode and need more height than the given. When the next image is in portrait mode, the image displays properly. You can try adding this css in General > Custom Codes > Custom Css:
@media (max-width: 1024px){
.cl-justify-gallery>div img {
display: block;
margin-right: auto;
margin-left: auto;
width: 50%;
}
}
This will make the images show in full view. Result: https://ibb.co/jZ826dX
Best regards!
You must be logged in to reply to this topic.