• Resolved tanveer142

    (@tanveer142)


    Hello,
    Can you help me out in reducing the post img size, on home page.. it’s getting real big where as my actual image i uploaded is small .. request you to provide assistance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter tanveer142

    (@tanveer142)

    waiting for your reply…

    Theme Author Madalin_JFT

    (@wpbox)

    Hi, sorry for the delay.

    about your question, the default size for thumbnails is 680px wide and 300px height. so,if your image is lower in size than that, you need to edit functions.php file.

    find the following codes there:

    add_image_size( 'big-thumb', 680, 300, true );

    change the numbers there, were 680 is width and 380 is height.

    let me know if you need any more help there.

    thanks.

    Thread Starter tanveer142

    (@tanveer142)

    Hi Saeed Salam,

    I tried the way u said but the post image size is not changing in home page..even the small size is showing so big.. and even the image is not loading complete…. is their anyway that we can put the image in their own size..

    Theme Author Madalin_JFT

    (@wpbox)

    Hi,

    if you want to show your image without getting cropped, then change following codes,

    add_image_size( 'big-thumb', 680, 300, true );

    to

    add_image_size( 'big-thumb', 680, 300);

    as i said earlier, change the 680 & 300 to the dimension you want there.

    then, use a plugin like Regenerate Thumbnails to change your current thumbnail’s dimensions.

    hope that helps, feel free to ask if you still have queries.

    thanks!

    Thread Starter tanveer142

    (@tanveer142)

    i have changed to the following said codes, even then the images are showing the same.. even installed the plugin..

    i wanted the images to look like their orginal size without getting cropped or extract.. like zbench theme..
    this is my site which i started few days back..
    http://www.mnhmovies.com

    Thread Starter tanveer142

    (@tanveer142)

    i am not using featured image.. i have installed easy add thumbnail plugin.. so it’s let me use the post image on page

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Images are bit too big’ is closed to new replies.