Slider image re-sizes to small

Hello,

I am a having a issue where my homepage slider shrinks to small for mobile view. Is there something in the image size I have to adjust or in the css styles of how the banner displays in smaller devices?

Site is: realtorloyaltycards.com

Thanks for any input!

Jeremy Thomas

Hi, give your main slider container a class, like main-slider, and then apply some values to the min property of Width and Height… the min property will keep the object from resizing below those width and height property… this set in css settings, just below the Width and Height settings… look for “min” … You will see “max” there also, and that is to control the max width or height an image or object that you are styling, can have…

Cheerios!

Thanks! I’ll try that. Much appreciate it!