Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #183956

    I have increased the size of picture in Latest Portfolio Widget,after that ,the picture become bigger but also blurry.
    Please tell me how to make it clear ?
    Thank you!

    Neil

    #183968

    by the way, i increase the picture size by adding “.image_size_widget .news-thumb img { width: 36px; height: 36px; }
    .image_size_widget .news-thumb { height: 44px; width: 44px; }” to Quick CSS in Enfold theme options under Styling tab

    #184324

    Hi!

    You can use this plugin to change the size of that generated thumbnail to the increased css size and then regenerate your thumbnails: http://wordpress.org/extend/plugins/simple-image-sizes/

    Best regards,
    Devin

    #184365

    Hi,Devin,
    Thank you for your reply.
    The plugin you recommend is a great plugin, now I can change the size of the thumbnail directly instead of adding code to Quick CSS.
    But when I change the size of thumbnail through this plugin, the picture is became big size but still is blurry.
    You know what i mean? I hope I can attach a pictures to explain,but I can’t find a upload attachment button.
    Waiting for your reply.

    Best regards,
    Neil

    #184372

    Hi,Devin,
    Can you also tell me how to adjust the size of picture to original after I change it ?
    No matter I added “.image_size_widget .news-thumb img { width: 36px; height: 36px; }
    .image_size_widget .news-thumb { height: 44px; width: 44px; }” to Quick CSS or change it in plugin, I can’t restore it.
    Sorry for such more question.

    Best Regards,
    Neil

    #185101

    Hi!

    Try following code to change the image size

    
    #top #wrap_all .image_size_widget .news-thumb, #top #wrap_all .image_size_widget .news-thumb img{
    height: 44px;
    width: 44px;
    }
    

    Cheers!
    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘how make the picture clear when I increase the size in Latest Portfolio Widget’ is closed to new replies.