-
AuthorPosts
-
October 27, 2015 at 1:18 pm #641939
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-gruenzeugThanks for your help!
SchorschOctober 27, 2015 at 2:38 pm #642071Hi 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.
October 27, 2015 at 2:46 pm #642081Thank 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?October 27, 2015 at 4:58 pm #642301Hi 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.
-
AuthorPosts