Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #200669

    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

    #201349

    Hey!

    Try adding this code to the Quick CSS:

    .big-preview.multi-big {
        height: 200px;
        overflow: hidden;
    }

    Cheers! 
    Josue

    #201444

    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

    #201622

    Hi Bruno,

    Use the ones showcased in the demo as a reference.

    Cheers!
    Josue

    #202167

    Ok, please close..

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Image height – Multiauthor Blog’ is closed to new replies.