Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Facebook page responsive image hide scrollbars

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #261325
    christopherv
    Participant

    On a Facebook page (https://www.facebook.com/ediagonismoi.gr/app/1844787285748624/) I have a responsive image that makes the scrollbars show. If I remove the image I don’t get the scrollbars so I suppose that the issue is with the image.

    I can’t use for example overflow: hidden; on body tag because I want to keep the scrollbars when the page accessed directly.

    I use the following CSS on img:

    .featured-image img {
    display: block;
    height: auto;
    margin: 0 auto;
    }

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.