Home Forums Education Booster Pro Images are fitting into the slider

Tagged: ,

Viewing 4 reply threads
  • Author
    Posts
    • #1587
      Anonymous
      Inactive

      Hello,

      images are not fitting into the slider, even with right or high resolution than (1920x650px) recommended size. Again it happens with the second slider onward. First slider looks good.

      Site: http://www.craskills.in

      Thanks.

    • #1610
      keonthemes
      Keymaster

      Hello,

      Please update your theme to get it fix.

      Best Regards!!!

    • #1626
      Anonymous
      Inactive

      Hello,

      I have already updated to the version 1.0.1. Previously, I had complaint of slider size changes from the first one and it is solved with version of 1.0.1 which is your recent update.

      But, now I have another problem that the image is not fitting into the slider, even with right or high resolution than (1920x650px) recommended size. Again it happens with the second slider onward. First slider looks good.

    • #1627
      Anonymous
      Inactive

      And also i request you to fix all bugs with yourself in the next version. don’t wait for the customer to complain.

    • #1629
      keonthemes
      Keymaster

      Hello @Saravanan,

      We are sorry that you are getting trouble regarding the image size. In an updated version 1.0.1, we have added the same height script for slider items. Now we realize that after changes, it needs more than 650px height image. We have updated the image size to 1920px (width) and 850px (height) in the new version (1.0.2) and it’s now available.

      In your recent case, please update the new version and we are highly recommended to upload new image size ie: 1920px X 850px. If it is not possible, then you can do with CSS. It will fix those blank spaces with little Zooming the image. Please refer below steps:

      Go to Dashboard > Appearance > Customize > Additional CSS and paste below CSS code.

      .block-slider .slide-item {
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -ms-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important;
      }

      Best Regards.

Viewing 4 reply threads
  • You must be logged in to reply to this topic.