Home Forums Themes Support Claue The Image Quality

Viewing 3 reply threads
  • Author
    Posts
    • #30739

      Hi,

      I’m working on promotion banner feature and I feel like the image quality is reduced when the banner is landscape layout. Could you please advice what i should do to make a landscape banner

    • #30743

      Hi,

      Are you using an optimize image plugin? We use landscape image on our site and it still keep quality of image.

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

    • #30750

      Hi,

      I only install plugin from your theme. And I saw that the Portrait banner is good but the landscape is a bit blurry.

      Please check my homepage to see the problem

      https://klynn.vn/

      Also, the heading on the promotion banner is not reponsive on Mobile. Please double check too.

      Thanks and regards,

      Kent

    • #30763

      Hi,

      The issue because your image smaller than content. You should upload image has width bigger than 1280px

      to make the text on banner responsive on mobile, please add below code to Claue > Theme Option > General Layout > Custom CSS

      @media only screen and (max-width: 1023px) {
      .jas-promotion h4 {font-size: 40px !important;}
      .jas-promotion h3 {font-size: 18px !important;}
      }
      @media only screen and (max-width: 736px) {
      .jas-promotion h4 {font-size: 25px !important;}
      .jas-promotion h3 {font-size: 15px !important;}
      }

      Kind regards

      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.