How can I change the width or the height of the pictures?

  • Javii365
    Asked on July 28, 2020 at 1:25 AM

    i want to now how i can change the width or the height of the pictures of products in PayPal checkout

  • jherwin
    Replied on July 28, 2020 at 4:34 AM

    You can use this custom CSS code to resize the images in your PayPal checkout field.

    .image_area.form-product-image-with-options {
        height: 200px!important;
        width: 200px!important;
    }

    Simply change the size to your preference.

    Guide: How-to-Inject-Custom-CSS-Codes