badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Single post full width image issue

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #52902
    habijabi
    Participant

    I have published a infographics. But it’s looks like a compressed image. The original size of my infographics is 1152*4512. But the width shown in single post is 802 pixel and length of image has compressed accordingly.

    How can I show full width infographics (or, images) in a single post?

    Thank you for offering this fantastic free theme. 🙂

    #52905
    habijabi
    Participant

    for further clarification, here is a screenshot- https://prnt.sc/gcbwtv

    Look here, right and left side are empty, though ‘No Sidebar, Full Width’ is selected.

    #52907

    Hi habijabi,

    We have cropped the image size into 4 different sizes. So if you upload big size image then it will automatically crop that image into that size.

    add_image_size( 'magcast-slider-image', 666, 810, true );
    add_image_size( 'magcast-slider-image-two', 1024, 608, true );
    add_image_size( 'magcast-large-thumb', 965, 575, true );
    add_image_size( 'magcast-small-thumb', 467, 350, true );

    Yes the image will not be displayed in single size. If you like to display it in single page than you can add images in editor so that you can display full size image you want in single page. We have designed our theme this way.

    Just visited to your image so could your provide us the exact Url of you site so that we can help you.

    Thank you!

    #52911
    habijabi
    Participant
    #52941

    Hi Habijabi,

    Width of your image size is smaller than our content area and it display the exact image size. If you want to show the image to the full width just add below custom css.

    img.size-full.wp-image-91 {
        width: 100%;
    }

    Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.