Hello,
I checked my site on a mobile (iPhone4) and the “easy slider full size” does not come up entirely
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
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