Hi,
On my home page, no matter what size image I upload, I can’t get it to look any different. It’s cutting off the top and bottom of the image, and the bottom has words, so it’s important to show. I’ve tried smaller, larger – the size resizes them all to look exactly the same when viewed on the front end. What can I do to get the full image to display?
Site: http://biz183.inmotionhosting.com/~jeanho5/
Thanks!
Hey Taryn!
You can add this to a codeblock element in the page.
<style type = "text/css">
#av_section_1 { background-size: 100% 100% !important; }
</style>
To make sure it uses 100% of the image but of course this is going to look distorted on smaller screens. I think you will want to use the fullwidth easy slider instead of the fullscreen slider for this image.
Regards,
Elliott