Hello there, forgive me as probably a pretty beginner html / css concept, but I was trying to post a stretched image in an article, but it appears the default template CSS cancels out that ability with images set to:
max-width: 100%;
height: auto;
}
Is there a simple way I can adjust this in an article?
Thank you!