How can I make all the images even that are in the three columns on the homepage?
Hello There,
Thanks for writing in! I have checked your homepage and I can tell that the images upload and used in your homepage has a different dimensions. The easiest way to resolve your issue is to edit all those images and make sure that the have the same dimensions. So if one image is 900x500, all of your images must have the same image dimensions so that when you upload and use it in your homepage, you will have even images.
At the moment, we can only make even height using a custom css. To do that, please edit your page back in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS
.x-img-thumbnail {
max-height: 220px;
}
This custom css is not a good solution because it will result to uneven widths of the images. Still, the best solution is to edit the images and have there dimensions set to be of the same widths and heights.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.