nilutpal1980
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: featured image size inside post is different for different postTill now not fully resolved.
Problem is still there.
I only stretched the PIC to cover the entire area.If any one has any solution please update.
Forum: Fixing WordPress
In reply to: featured image size inside post is different for different posthi mattcrossette,
I have checked the setting>media.
settings are,
Thumbnail size: Width- 150, Height – 150
##Crop thumbnail to exact dimensions (normally thumbnails are proportional)
Medium size: Max Width-300, Max Height-300
Large size: Max Width-1024, Max Height -1024there is no setting as you said. any more idea.
Forum: Fixing WordPress
In reply to: featured image size inside post is different for different postgirlieworks: on the source code of my page why its showing the image size is 900×300, whereas i am using a image of resolution 1280×736?
one more thing, in a separate post https://www.northeastbirdingtours.com/7-days-at-mishmi-hills/ same resolution pic is used but there is no crop and not showing any side of the pic as well.
Please help me. I m confused !!!!
Post-1:
my page source codes:
<header class=”entry-header”>
<div class=”entry-thumb”>
<img src=”https://www.northeastbirdingtours.com/wp-content/uploads/2016/06/Tours_BW-900×300.jpg” alt=”Custom Tour”>
</div>Post-2:
<header class=”entry-header”>
<div class=”entry-thumb”>
<img src=”https://www.northeastbirdingtours.com/wp-content/uploads/2016/05/IMG-20160528-WA0003.jpg” alt=”7 days at Mishmi Hills”>
</div>Forum: Fixing WordPress
In reply to: featured image size inside post is different for different postI agree with both of you. I tried using higher resolution pics (1900×550)px. but the image crop at 900×300 px.
moreover in CSS .entry-thumb img { width: 1170px; } is available.Please suggest how can I change the crop factor from 900×300 to higher.
Forum: Fixing WordPress
In reply to: featured image size inside post is different for different postthanks for your suggestion. But I want to increase the photo size that should match the main post size. any more thought.
Thanks for your help.
Problem resolved