Hello Kriesi-Team,
loving your Theme!
But i am having a problem with the images inside the accordion slider. They seem to stretch on the Deskop view but are totally fine in mobile.
Can you help me with the settings, so that they actually not streching anymore?
Thank you so far!
Hey fruntkeMarcel,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi,
The images in the slider are stretched or distorted because of this css code.
#top .aviaccordion-slide img {
height: 100%;
position: absolute;
display: block;
opacity: 0;
filter: alpha(opacity=0);
}
You may have to adjust or remove the css code and disable the Performance > File Compression settings. We cannot find the exact location of the code because the stylesheets are minified or compressed.
Best regards,
Ismael
Thanks for the response,
the html, css and js compression should be deactivated now.
Hi,
Thank you for the update.
Looks like that is the default style of the accordion images. To override it we added this css code in the Quick CSS field.
#top .aviaccordion-slide img {
height: auto !important;
}
Please purge the cache and do a hard refresh before checking the page. We have also disabled the Performance > File Compression settings temporarily.
Best regards,
Ismael