Hi @tuanphan, thanks for the response.
Seems like you're using a wide-resolution screen monitor, but on my 1080 screen, it's cropped on both sides. is there any code that can fit images without cropping?
Here are the codes used:
// gallery reel image space //
section[data-section-id="66146c8a4e22237e86b4ba17"] .gallery-reel-item img {
width: 100% !important;
height: auto !important;
transform: scale(.90);
}
// gallery reel center arrows on mobile //
@media screen and (max-width:767px) {
.gallery-reel-controls {
justify-content: center !important;
}
}
Thanks