Home Forums Themes Support Claue Quick view image size

Viewing 3 reply threads
  • Author
    Posts
    • #7741

      Hi i would like to to display in quickview a small image (like your demo 370×493) but in product page i would like to show a bigger ie. 663×850. Could it be easier by css (quickview image display:75% of original as all of my featured images will have the same resolution)? Thanks, by the way your theme is great!

    • #7753

      Hi,

      You can add custom css in Claue > Theme Option > General Layout > Custom CSS

      @media only screen and (min-width: 767px) {
      .product-quickview .jas-col-md-7,
      .product-quickview .jas-col-md-5 {
      flex-basis: 50%;
      max-width: 50%;
      }
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #7763

      Thanks for quick response. Just left my 5star rate.

    • #7765

      Thank you so much.

      Have a nice weekend!

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.