Hi Arifin,
Thanks, it did indeed work. I sized them in the css class to a specific size since rokstories images work better if they are all the same to begin with for layout.
Assigned the class to the individual images as they get stripped out of rokstories but not blog view.
So for anyone else, add a new image class in your template.css, and assign it to the image. That simple.
For example this is what I used:
.image-full {
width: 250px;
height: 187px;
border:3px solid #DDDDDD;
margin:5px;
padding:2px;
}
The results:
Your large image (500x375 in my case) is displayed in rokstories, but in blog category view it is resized to 250x187.
I also added a border similar to .album or .rt-image
(Note: it would also be the same in the article itself if you choose to show intro text.)
Thanks again! I can think of quite a few times where this would come in handy.
Rich