![]() |
Is there a WP Plugin which resizes oversized images from rss feeds to fit your layout
is there? and where? thnx! :thumbsup
|
You don't need a plugin. Just put this in your stylesheet under the class that your content gets posted:
img { max-width: 500px; } So if the class that your content is posted in is called "content", it would look like this: .content img { max-width: 500px; } Obviously adjust 500px to whatever you want. If you need help finding it, send me an ICQ. |
jesus christ blunts, put the bong down :thumbsup
|
Quote:
|
So when I use this CSS
.content img { max-width: 500px; } will that keep the aspect ratio of the image, or just smush it skinny? |
It'll keep the ratio but it won't actually resize the image, it'll just display it smaller.
|
Quote:
|
| All times are GMT -7. The time now is 11:08 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123