Home › Forums › Education Booster Pro › Images are fitting into the slider
- This topic has 4 replies, 2 voices, and was last updated 7 years, 12 months ago by
keonthemes.
-
AuthorPosts
-
-
July 9, 2018 at 2:47 pm #1587
Anonymous
InactiveHello,
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.
-
July 12, 2018 at 3:53 pm #1610
keonthemes
KeymasterHello,
Please update your theme to get it fix.
Best Regards!!!
-
July 18, 2018 at 5:46 am #1626
Anonymous
InactiveHello,
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.
-
July 18, 2018 at 5:50 am #1627
Anonymous
InactiveAnd also i request you to fix all bugs with yourself in the next version. don’t wait for the customer to complain.
-
July 20, 2018 at 10:12 am #1629
keonthemes
KeymasterHello @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.
-
-
AuthorPosts
- You must be logged in to reply to this topic.