Hi, By default, the background image of a slide will not be scaled. If you want to make the background image responsive, just write “cover” instead of “auto” in the background-size property.
Thread Starter
cecip
(@cecip)
Thanks, but I’ve tried it and didn’t work properly, as you can see:
https://www.dropbox.com/s/01i8398joxnqeak/0cf78a28-d6cf-409e-97f6-cef2ad9f537c.jpeg?dl=0
https://www.dropbox.com/s/uy47xiy3seynshg/06bcf8fd-b266-456e-a436-1f89589a91ec.jpeg?dl=0
When I submit these photos, I did it cutting them into 1170x500px because if I didn’t do it, I couldn’t see them properly. I’m very interested on solving it because most of my visitors use smartphones. I’m grateful for your help.
Best regards,
Cecilia.
The problem is that the slider can’t scale the height. You set a min-height to the wrapper div:
http://i.imgur.com/Y8CfIU6.png
Thread Starter
cecip
(@cecip)
Hi, I suposed “wp smush” was the cause of it (I’m not a programmer, so that’s what I understood), so I deactivated the plugin and I uploaded again some photos without smushing them. But the problem hasn’t been solved, as you can verify on: http://www.ceciliapellicer.com/servicios/fotografia-eventos-fiestas/
wp smush wasn’t the problem. These are the steps to fix the problem:
1) Login to your admin panel
2) Go to appearance -> editor
3) Open style.css
4) Delete this piece of code (it’s around line 3030):
.crellyslider,
.crellyslider > .cs-slides > .cs-slide {
min-height: 270px;
}
5) Update the file
Thread Starter
cecip
(@cecip)
Hello again, I’m sorry but I’ve tried it and it didn’t work neither. Any other idea?
Thanks for your patience and help.
Best regards,
Cecilia.
Empty the cache of your browser and the problem will be solved.