I am Having troubles with a image toggle and getting it to maintain its aspect ratio at smaller screen widths. I’ve used the CSS that I found in one of the posts here.
$el.x-anchor .x-graphic {
max-width: 100% !important;
}
After adding the CSS, I’ve found that it works inside the builder, no problem, but on the front end, it’s still showing the same issue. I’ve checked the cache and can’t find any reason why it would show me something different on the front end as to the builder

