• Resolved hmrwicks

    (@hmrwicks)


    I am using MetaSlider to have some images automatically scroll. It all looks fine in computer and phone mode but in tablet mode the images are more that twice the size as in computer mode.
    Is this a bug? It all installed smoothly. The fact that it works in two modes but not one seems like a bug to me but not sure if it is WordPress or Metaslider.

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @hmrwicks

    I tried the URL a few times today but it wasn’t working. Can you double check it’s correct?

    it’s likely inheriting some styles from your theme, but I can take a look and let you know.

    Thread Starter hmrwicks

    (@hmrwicks)

    The server was having maintenance issues. Could you check it again please?
    Thanks!

    Hi @hmrwicks

    It looks fine to me. Do you want it smaller? You can just add a max width. Something like this?

    .metaslider {
        max-width: 400px;
        margin: 0 auto;
    }
    Thread Starter hmrwicks

    (@hmrwicks)

    Ok – thank you. That works. I thought it looked odd having the image fill the whole page. But this is what I was looking for.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image has strange responsiveness in tablet’ is closed to new replies.