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