HELLO, I NEED CSS CODE TO REDUCE STRETCHED IMAGE ON MOBILE VIEW FOR EASY SLIDER
THANKS!
Hey bemodesign,
Thank you for the inquiry.
Did you add this css code?
.responsive #top .avia-slideshow-inner, .responsive #top .avia-slideshow-inner img {
height: 550px !important;
}
Please remove css rule or override it with:
.responsive #top .avia-slideshow-inner, .responsive #top .avia-slideshow-inner img {
height: auto !important;
}
Let us know the result.
Best regards,
Ismael
I already tried that. But once I remove that code , the main home page slider image gets shrunk and the words get cut off.