Tagged: image height
Hey,
please, how can I change the height from the images you can see in our Multiauthor-Blog ??
The width should be 100% like it is now, but the height should have just a maximum value of 200px. It would be awesome if the image will be cut out vertically from the middle..
If I set a new height with css to 200px, the image just will be compressed, and that looks not really nice..
Or is it possible to set another preview-image for an article on multi-author-blog, than the post-image?
What are the best sizes to integrate pictures into Posts or as Post-Image, Galleries, Portfolio, Team Member and Portfolio Ajax Gallery? Found nothing about it in the documentation..
Best regards
Hey!
Try adding this code to the Quick CSS:
.big-preview.multi-big {
height: 200px;
overflow: hidden;
}
Cheers!
Josue
Hey Josue,
that works exactly the way I want it. Thank you!
Are there any recommended image-size for Posts or as Post-Image, Galleries, Portfolio, Team Member and Portfolio Ajax Gallery?
Best regards
Bruno
Ok, please close..