• Resolved decblues

    (@decblues)


    Hi,

    I like to set the featured image to its original size (not featured pages).

    What the theme does is its resized, cropped and wrapped in rectangle width. This makes the image more blurred or pixellated, loosing its sharpness and no top/bottom view (or only top view if disabled the centering option). I understand this method useful for some sites but not for all, should have added in option. Sorry if i am asking for lot in free version. :/

    I searched here and official site and found the code.

    .tc-single-post-thumbnail-wrapper .tc-rectangular-thumb {
        height: auto !important;
        line-height: initial !important;
        max-height: none;
    }
    
    .tc-single-post-thumbnail-wrapper .tc-rectangular-thumb img{
        width: auto !important;
        height: auto !important;
        position: static;
        padding-bottom: 15px;
    }

    This code worked like a magic but the image still cropped (regenerated all the images) and resized to 800×500. Seems this same image also in grid thumbnail. I dont want this option. ??

    Is there anyway to disable this crop and 800×500 or any size. Just want the image to look like its original size. No re-touching or anything.

    Please help me.

    Thank you very much.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter decblues

    (@decblues)

    Hi there,

    Sorry for asking again. Is there anyway to set the featured image size to original size please?

    I can add a image (not as featured) for original size but I have already 400+ posts with featured image on it, now with this theme the images on top shows 800×500 cropped size. It was rectangle zoomed size (this theme), thanks to that CSS code its not rectangular wrap anymore.

    Just want the featured image to simple plain image to its original size.

    or is this method available in pro version? I am editing my site to work with this theme, if all seems okay I can buy the pro version but now stuck with this image issue and cant go further.

    Please help me.

    Thread Starter decblues

    (@decblues)

    I figured it out, closing it and thanks for helping.

    I’m having the same issue – what did you do?

    HI! I’m having the same issue too.

    Customizr adds total of 5 image sizes, 3 called “tc-something” and 2 called “slider-something”. Then it displays one of the slider-sizes for featured image. I can completely disable “slider-..” size images generation, but then obviously the slider functionality gets broken.

    The cropping is really an issue – and so far I found no ways to make Customizr use uncropped images (not necessarily original size, just any size with no cropping). Please someone give some clues.

    Same here. I’m setting up a new site where there also will be logos used as featured images. A cropped logo ist not a logo anymore.

    And also the customizer setting “Set the thumbnail’s max height in pixels” ist not the max height. It IS the height.

    @decblues got the solution?. But doesn’t tell which.
    My poor solution: Turn off the featured images completely for single post and page in customizer.
    Not very smart, I know. Who can make it better an how? That’s the question of this thread which is NOT resolved.

    bumping this someone must have a solution?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Featured Image Size to its Original Size.’ is closed to new replies.