Repetitive effect of images on the slider

Home Forums All Other Themes Repetitive effect of images on the slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #207039
    BikoBiko
    Participant
    • Topics: 67
    • Replies: 70
    • Total: 137
    Member since: November 29, 2019

    Hi,
    In the SKT IMMIGRATION theme, the transition of the slides creates a repetitive effect of the images on the smartphone.
    This is present in my installation and verifiable on the demo of the theme by trying to switch from one slide to another: https://sktperfectdemo.com/themepack/immigration
    See screenshot: https://prnt.sc/89sq0ynLAsyj
    Thank you for your assistance.

    #207046
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Dave

    #207087
    BikoBiko
    Participant
    • Topics: 67
    • Replies: 70
    • Total: 137
    Member since: November 29, 2019

    Hi,
    We work on third party projects and we can’t share URLs since the support is not private, it’s a public forum and you also don’t want us to email you directly.
    Please check the DEMO on Smartphone and try to switch between slides, you will see the reflection at the bottom of the slide.
    The screenshot is enough to understand.
    Thanks in advance.

    #207111
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .nivoSlider img {
      height: auto !important;
      object-fit: inherit;
    }
    .nivoSlider img {
      width: 150% !important;
      max-width: 150% !important;
    }
    }

    Regards,
    Dave

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