images on product page are too big (yuva theme)

Hi @ali219

Please open Online Store > Themes > Customize > Products > open product template assigned products, check if it has option to change width of media. If it does not have, please add this code to Custom CSS in Theme settings

@media (min-width: 992px) {
.main-product-slider-wrapper .yv-product-slider-wrapper { 
    max-width: 50% !important;
}
}