Hi Sirs,
How are you?
How to display the whole image in Full Screen Slider in tablets in Portrait orientation?
You can see how it is been displayed at the moment: https://prnt.sc/nx4m3o
I am looking forward to your answer…
Best regards,
Nick
Hey nickgin,
I can see this css code in your custom.css file:
@media only screen and (min-width: 768px) and (max-width: 1023px) {
.avia-fullscreen-slider .avia-slideshow>ul>li {
width: 100%;
background-size: contain;
background-repeat: no-repeat;
}
.avia-fullscreen-slider .avia-slideshow {
height: 513px !important;
}
.avia-fullscreen-slider .avia-slideshow-inner {
width: 100%;
height: 513px;
}
}
Can you try to remove it and check?
Best regards,
Nikko