• Hi everyone,

    This plugin could be perfect if would be faster in loading the images when you navigate them. But it’s not at the moment.

    I would love to get rid of something, maybe I need to add a css, but I don’t know how:

    1. I do not like the white border around the image: https://prnt.sc/2JtemCsJN7rl so in consequence I don’t need of: play slideshow. I don’t want the users use it even, and I would love moving the close button on the top possibly right outside the image, close to it not way far, but outside the image. Is it possible?
    2. The loading icon when you mve from an image to another is horrible to see, better don’t have it, especially if you find a way to load faster the images.
    3. I want to disable the zoom images on mobile.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 46 through 48 (of 48 total)
  • Plugin Contributor LightPress

    (@pandaboxwp)

    Oh, yes. You can just wrap a media query like this so this css will only apply to screens above 800px. And yes, it seems like maybe we removed a bit too much CSS above. By default, I have it set to 1% from the sides. You want a bit more distance than that. So give this a try.

    @media screen and (min-width: 800px) {
      #prevArrow.fixed {
        left: 3%;
      }
      #nextArrow.fixed {
        right: 3%;
      }
    }
    Thread Starter emiliano76

    (@emiliano76)

    Thank you so much for your help. It works so fine now.

    I still need to find a way for the embed popup in the video unfortunately. Hopefully one day. If you know something please keep me posted!

    Hey how are you? I just passed to say hello and always thank you for what you have done for me. I had to change account, but that’s me. Hope you are fine. Please in case I lose again my credential how can I contact you? Can you write me an email please? I will be really gratful. But look at my website now. It has been fully optimized and your plugin stand out.

Viewing 3 replies - 46 through 48 (of 48 total)
  • The topic ‘Get rid of the white border padding and loading icon’ is closed to new replies.