• Hi, I tried out this layer slider, and so far so good, but I have one issue:
    when I add an image to one lyer of a slide, this image always gets the initial slider size. So I add an image to an exisiting slide, the image should slide in and have a size of 250px, but the slider scales the image to 1800px.
    I can’t even override this via css, as the size gets written inline everytime the slide appears. Any help would be appreciated.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Fabio Rinaldi

    (@fabiorino)

    There are some CSS conflicts with your theme.
    For example,

    .has-header-image .custom-header-media img sets the width, the height, the min width and the min height of all the images in the header(?) including the ones in the slider.
    You can find that line in style.css, line 1743.
    Same thing at line 1685 of style.css.

    Could you try to comment that code (temporarily) to see if it fixes the problem. If it does, we can look for a definitive solution.

Viewing 1 replies (of 1 total)
  • The topic ‘add image to slide size bug’ is closed to new replies.