I have the following css code in my child theme style.css:
.epx-smooth_image {
image-rendering: auto !important;
}
I set epx-smooth_image as Custom Css Class for image but as a result I see only
<div class="avia-image-container-inner"><img class="avia_image " ... ></div>
I’ve tried to put css class to quick css but the result is just the same.
What am I doing wrong or is there a bug in theme code?
Hey epoludnie,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
priv
Hi,
I tried to access the link you gave but it gives:
Your access to this site has been limited
Try to check the parent div of avia-image-container-inner, which is avia-image-container, you should see the class appearing there.
Best regards,
Nikko