Question How to change full image article size with extra html?

Tajuz

New Member
I want to change size image article to full, with extra html, please help me..

I use this code, but not working :
<style>

img {
max-width: 100%;
height: auto;
}
</style>

PicsArt_05-08-05.40.01.jpg
 
Top