November 27, 2015 at 10:18 am
#40022
Theme Horse Support Team
Keymaster
Hi Sebastian,
To fix the image resized issue in iPad Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code in the field and Click on Save & Publish button.
@media only screen and (max-width: 1024px) {
.featured-slider .featured-image {
background-attachment: scroll;
}
}
Thank you!