Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1106808

    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

    #1107132

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.