Mini K2 Intro image height
- Posted by Zan (2) Offline
I have a problem with intro image size, I want to have all images with same dimensions, so I want fixed width and height. I do not want the module automatically determines height. I want all images in thumb 180x190 px. how to do that? I type in module options but if picture not proportional there is problem... what to do? thank you
9 years 3 months ago #1
by Zan
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5310) Offline
Hi, can you let me know the URL of your site so I can take a look?
9 years 3 months ago #2
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Zan (2) Offline
- Posted by TemplatePlazza (5310) Offline
Hi try to add this code to your css file :
9 years 3 months ago #4
by TemplatePlazza
.block img {
height:100px!important;
}
Please Log in or Create an account to join the conversation.