Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #641939

    Schorsch
    Participant

    Hi awesome Theme X Team,

    I am looking for an easy way to change image-sizes with cornerstone.
    Is there anyway to do with the “class”-function? Are there shortcodes like man, pan and so on for images?

    This is the page, where i try to make all the images on the same height:
    http://www.schnelles-gruenzeug.de/fermentiertes-gruenzeug

    Thanks for your help!
    Schorsch

    #642071

    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can use max-height & max-width attributes to control your image sizes. Please refer to the following screenshot here (http://screencast.com/t/ewiUWK2V).

    If you don’t see the style section, please enable Advanced Controls as shown here (http://screencast.com/t/1qzgufOZqC).

    Hope that helps.

    #642081

    Schorsch
    Participant

    Thank you so much!

    It worked out perfectly fine! 🙂

    Ahh, one more question: How do I change the position of the image?
    Is it something like “position: center;” or somthing like that?

    #642301

    Darshana
    Moderator

    Hi there,

    To align it center, please add the following CSS rules into the Image style section (see: http://screencast.com/t/tukP8WQiq).

    margin:0 auto; display:block;

    Hope that helps.