not a support questionHi Milo,
I have problem with the images in bruce theme are being "zoom cropped" in Featured and Slider. You can refer to my site http://myminey.com. Any method to solve this problem.
Thanks
Best Regards,
Woon.
Pls specify which slider area, there are more sliders in Bruce, ty.
Hi Milo,
The slider i mean is main slider (with previous and next button) below featured.
Thanks.
Best Regards,
Woon.
Line 142 in CSS solves this tag:
.stepcarousel .panel img{background:transparent;margin:0;padding:0;}
Hi Milo,
I checked in style.css, it already defined ".stepcarousel .panel img{background:transparent;margin:0;padding:0;} " but it still doesn't resize the image in main slider and featured.
Please advise.
Thanks
Best Regards,
Woon.
Size of images is set in the image php file at bruce/inc/image,php
line 32
'default_size' => 'full',
you can use thumb, medium or full
Hi Milo,
Thanks for the prompt support, I had set 'default_size'=>'thumbnail' and it managed to resize in correct manner except can't display 100% thumbnail. Is there any method to improve it?
Thanks.
Best Regards,
Woon.
Yes, you can define thumb, medium and all other image sizes in the media tab through the wordpress backend.
You must log in to post.