Image Zoom Cropped in Featured and Slider (8 posts)

  1. woon

    junior member
    Joined: Feb '10
    Posts: 9


    Posted 1 month ago
    #

    Hi 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.

  2. milo

    key master
    Joined: Dec '07
    Posts: 744


    Posted 1 month ago
    #

    Pls specify which slider area, there are more sliders in Bruce, ty.

  3. woon

    junior member
    Joined: Feb '10
    Posts: 9


    Posted 1 month ago
    #

    Hi Milo,

    The slider i mean is main slider (with previous and next button) below featured.

    Thanks.

    Best Regards,
    Woon.

  4. milo

    key master
    Joined: Dec '07
    Posts: 744


    Posted 1 month ago
    #

    Line 142 in CSS solves this tag:

    .stepcarousel .panel img{background:transparent;margin:0;padding:0;}

  5. woon

    junior member
    Joined: Feb '10
    Posts: 9


    Posted 1 month ago
    #

    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.

  6. milo

    key master
    Joined: Dec '07
    Posts: 744


    Posted 1 month ago
    #

    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

  7. woon

    junior member
    Joined: Feb '10
    Posts: 9


    Posted 3 weeks ago
    #

    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.

  8. milo

    key master
    Joined: Dec '07
    Posts: 744


    Posted 3 weeks ago
    #

    Yes, you can define thumb, medium and all other image sizes in the media tab through the wordpress backend.

Reply

You must log in to post.