Featured Image Size to its Original Size.
-
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.
- The topic ‘Featured Image Size to its Original Size.’ is closed to new replies.