Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #387670

    Hello,

    I checked my site on a mobile (iPhone4) and the “easy slider full size” does not come up entirely

    http://artoption.org

    I created already a lot of sites but did not have this problem. I’ve the most recent WP version as well as the latest Enfold version.

    Thx in advance,

    AB

    #387883

    Hey anma!

    You can use some CSS like this to force them to look bigger.

    .avia-slideshow, .avia-slideshow img {
      min-height: 300px !important;
    }

    But the main problem is that your images are 2000 x 375 so on small screens they are going to be very small because of their aspect ratio. You’ll want to use images with more of a 3:4 aspect ratio.

    Cheers!
    Elliott

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