Search
Categories
[WP] Resize images post
Add layout.css or style.css in your theme
p img {
max-width: 500px;
height: auto;
}
01.
