Hello Support,
I need help for this website:
http://autoproject23.ch/index.php
Whit you go in “OFFERTE”
you can see a list of offers with pictures and descriptions.
The images were round and width 44px.
Now I’ve changed to square and width 150px with this code in shortcakes.css – row 620: .av-catalogue-image{border-radius: 0px; width:150px; float:left; margin-right:15px; }
The problem is that the images inside the box remain square and cut it, I need they fit proportionately (for example 300×200 not cut it 150×150).
Can you help me, please?
Daria
Hi Daria!
I’m not sure I understand what you mean, do you want the images to be round? If so, please try the following in Quick CSS:
.page-id-367 .avia-builder-el-28 img {
border-radius: 50% !important;
}
Regards,
Rikard
Hi Rikard,
no I would like the images were rectangular 200x133px, right now they are square.
Also if you look at the picture linked the images are cut it. They are imported with the size 180×180 (the cars are cut it).
I would like them to be inserted at the size 200x133px or at real size.
Many thanks
Daria
Hi!
Wordpress is resizing all your images when uploading automatically. If you want to have more control over image size you can use this plugin: https://wordpress.org/plugins/simple-image-sizes/
Cheers!
Andy