Reply To: Responsive image in sections

Home Forums Support Responsive image in sections Reply To: Responsive image in sections

Home Forums Support Responsive image in sections Reply To: Responsive image in sections

#228073
Tom
Lead Developer
Lead Developer

Not easily I’m afraid, backgrounds images aren’t responsive by nature.

One thing you can try is adding this CSS:

@media (max-width: 768px) {
    .generate-content-header {
        background-size: contain;
    }
}