Comments freeman1974 started the conversationSeptember 11, 2022 at 8:39amon your fitness blog demo, on 'home with slider 1' the image is responsive. it reduces in size when you reduce the screen size. i cant get that to work. The image i put in there doesnt reduce when you shrink the page? 2,610PenciDesign repliedSeptember 11, 2022 at 8:50amHi,Please go to Appearance → Customize → Featured Slider → General → Custom Image Size on Mobile: change the mobile image size here.Regards,PenciDesign.freeman1974 repliedSeptember 11, 2022 at 9:01amThanks for the reply, but ive just gone into that and changed it to several of the size options and nothing effects the size of the image. On mobile the image just stays the same size and gets cropped. 2,610PenciDesign repliedSeptember 11, 2022 at 9:18amHi,Please send me your site URL.Regards,PenciDesign. freeman1974 replied privately freeman1974 replied privately 2,610PenciDesign repliedSeptember 11, 2022 at 2:41pmHi,I can't log in because your site showing a "This site is currently not available." notice.Please check again.Regards,PenciDesign. freeman1974 replied privately 2,610PenciDesign repliedSeptember 11, 2022 at 3:20pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .featuredsl-customizer .item.pencislider-item .penci-lazy { background-size: contain; -moz-background-size: contain; -webkit-background-size: contain;}Regards,PenciDesign. freeman1974 replied privatelyfreeman1974 repliedSeptember 11, 2022 at 5:57pmactually thats not good at all. its also has reduced the full size image when viewed on desktop and also added a grey area to that too. freeman1974 replied privately freeman1974 replied privately 2,610PenciDesign repliedSeptember 12, 2022 at 12:34amHi,Please delete the previous code I've sent and replace it with this CSS code: @media only screen and (max-width: 767px) { .featuredsl-customizer .item.pencislider-item .penci-lazy { background-size: contain; -moz-background-size: contain; -webkit-background-size: contain; }}Regards,PenciDesign. freeman1974 replied privately 2,610PenciDesign repliedSeptember 12, 2022 at 8:27amHi,Please select the largest image size for mobile (minimum width 700px) then change the CSS like this: @media only screen and (max-width: 767px) { .featuredsl-customizer .item.pencislider-item .penci-lazy { background-size: 100% 100%; }}Regards,PenciDesign. freeman1974 replied privately 2,610PenciDesign repliedSeptember 12, 2022 at 10:04amHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (max-width: 479px) { .featured-style-31 .penci-image-holder, .featured-style-32 .penci-image-holder { height: 160px !important; } } Change 160px to the size of the image you want to show.Regards,PenciDesign. freeman1974 replied privately 2,610PenciDesign repliedSeptember 12, 2022 at 10:33amHi,The problem is that you've uploaded an image that has a different size than our demo site, so some images not showing properly.Regards,PenciDesign. Sign in to reply ...
on your fitness blog demo, on 'home with slider 1' the image is responsive. it reduces in size when you reduce the screen size.
i cant get that to work. The image i put in there doesnt reduce when you shrink the page?
Hi,
Please go to Appearance → Customize → Featured Slider → General → Custom Image Size on Mobile: change the mobile image size here.
Regards,
PenciDesign.
Thanks for the reply, but ive just gone into that and changed it to several of the size options and nothing effects the size of the image. On mobile the image just stays the same size and gets cropped.
Hi,
Please send me your site URL.
Regards,
PenciDesign.
Hi,
I can't log in because your site showing a "This site is currently not available." notice.
Please check again.
Regards,
PenciDesign.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
actually thats not good at all. its also has reduced the full size image when viewed on desktop and also added a grey area to that too.
Hi,
Please delete the previous code I've sent and replace it with this CSS code:
Regards,
PenciDesign.
Hi,
Please select the largest image size for mobile (minimum width 700px) then change the CSS like this:
Regards,
PenciDesign.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change 160px to the size of the image you want to show.
Regards,
PenciDesign.
Hi,
The problem is that you've uploaded an image that has a different size than our demo site, so some images not showing properly.
Regards,
PenciDesign.