Using JAUniversity J3.4.4 (migrated from 2.5)
Menu item “Categoryblog”
Need articles of a category shown in a blog-layout with resized images (to a consistent small width).
Now the intro-images don?t get resized. One column ore more columns – intro-images are too big, no resizing.
Screenshot: Articles in 1 column
Link to a 2 column layout: http://www.alpen-adria-gymnasium.at/index.php/geschichte/administratio/facility/avg/berichte-avg
I tried this as mentioned in other posts but with no result.
.blog-featured .img-intro-left img {
width: 200px;
border: 1px solid #ccc
padding: 5px;
}
or...
.leading .item-image img {
display: table;
margin: 0 auto;
max-width: 100%;
width: auto !important;
}
or....
.intro-image-wrap .item-image img {
display: table;
margin: 0 auto;
max-width: 100%;
width: auto !important;
}
HOW can I make the intro images being resized in a category blog layout with a consistent width?
At least a 1 column layout with resized images would be nice.