Tag Archives: WordPress images auto resize
WordPress Hack – Prevent Your Images From Being too Large

WordPress Hack – Prevent Your Images From Being too Large

Every blogger add images in their blogs. Images are necessary to attract reader attention. But if image used in post in is too big they can break your blog layout. You can automatically adjust image size according to your content area.
Simply paste the following in your style.css file:
.post img {
max-width: 500px; /* Adjust this value [...]

Read more