• Resolved Nilu

    (@nilur)


    Hi,

    How can I change the size of the image in the post.

    Actually I want to make it spread across the post (larger) with corresponding height.

    Many thanks!

    Nilu

Viewing 14 replies - 1 through 14 (of 14 total)
  • Hi

    plz share your website

    and Please let me know what you have to change the size of the image on the page like : – front page blog section or blog page.

    Thanks.

    Thread Starter Nilu

    (@nilur)

    Hi Imran,

    Thanks very much for the response. I am referring to the blog page.

    my site is:
    https://www.hosannakitebeach.com/site

    Front page blog section would also be great if I could change the image size.

    Thanks again,

    Nilu

    HI

    Please share blog page URL, bcoz not show any blog page in your website.

    or

    if you possible indicate snapshot image

    Thanks.

    Thread Starter Nilu

    (@nilur)

    Hi Imran

    My blog page is https://hosannakitebeach.com/about-us/

    I want to have the image fully across the page.

    It seems to resize it to the default thumbnail size and I don’t know how and where to fix it.

    Really grateful if you can help!

    Thanks,

    Nilu

    Hi

    For this Use below code in custom css filed (Theme dashboard >> appearance >> customize >> header setting >> custom css Filed )

    img.size-full, img.size-large, img.header-image, img.wp-post-image
    {
    width: 100% !important;
    }

    Thanks.

    Thread Starter Nilu

    (@nilur)

    Hi,

    It worked.. thanks, however, there seems to be a visible drop in image quality… looks like it is stretching a thumbnail… is there any fix for that?

    Thanks!

    Nilu

    Hi

    Plz Use 1170 x 300 px ratio image.

    increase and decrease image height your need, look like this link

    Thanks.

    Thread Starter Nilu

    (@nilur)

    I will do that…. Thank you so much for your support Imran. Really appreciate it.

    Love this theme!

    All the best,

    Nilu

    Hi

    If you like this theme and support please review this theme link

    Thanks.

    Thread Starter Nilu

    (@nilur)

    Hi,

    I tried your advice. Still the image quality is affected. Please help…

    check two pages below

    https://hosannakitebeach.com/contact/
    https://hosannakitebeach.com/about-us/

    Thanks,

    Nilu

    Hi

    You are using 730x280px image ratio

    see this link

    Plz Use 1170 x 300 px ratio image.

    increase and decrease image height as your need, look like this link

    Thanks.

    Thread Starter Nilu

    (@nilur)

    Hi Imran,

    The original size of the image in the media gallery is 1170×300.

    But when I checked out the webpage using ‘Inspect Element’ in chrome, I can see from the script that it is 780×280. I wonder if it the WordPress thumbnail resizing issue… any ideas…

    Meanwhile I will also investigate…

    Thanks,

    Nilu

    Hi

    sorry for inconvenience

    Find below code in resize_image.php (Theme package >> functions >> resize_image >> resize_image.php)

    add_image_size('quality_blog_img',730,280,true);

    Then change image size as your need. Like 730 to 1170 and 280 to 300.

    Thanks.

    Thread Starter Nilu

    (@nilur)

    Hi Imran,

    Thanks very much for your support. I managed to fix it.

    Have a great day!

    Nilu

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Post Image Size’ is closed to new replies.