Inside Post Image Resize

Posted in: Newspaper
Post count: 101

Hello… I want all images under my articles width should be automatically 100% and height as auto. As of now some image are big and some are small due to image image.

But i want all images width sizes inside the post should be 100%.

Please reply how i can do this.

Post count: 35449

Hi,

You can do that by simply change a line of css code, but this must be done manual for all image you want to be full width.
I think will be more simple if I give you an example: Create a new post, add a media click on “Text” ( https://www.screencast.com/t/QX55BoNLs1 ) , remove height, and make the width=”100%” ( https://www.screencast.com/t/qz3v4F5EE ) this will do your task.
See the results with sidebar: https://www.screencast.com/t/x3r9A7tU
See the results with out sidebar: https://www.screencast.com/t/IlzroF5QTV

Thank you.

Post count: 101

I am talking about the articles already posted on my site… and its not possible now to manually change each article….. Kindly give me suggestion doing it from custom css or any other.

Post count: 101

Check here:https://www.jalewa.com/bollywood-celebrity-house-you-aways-wanted-to-see/

One more issue when I visit gallery article in first it doesn’t show gallery I have to refresh again the page to see the gallery in full.

Post count: 35449

Hi,

If you wish to add a custom css for all image you can go back in WP dashboard Newspaper > Theme panel > Custom code > Custom CSS and past this code there https://www.screencast.com/t/5I6jnzOKB
.td-post-content img{
width: 100%;
}

For second issue you can try lazy option go in Newspaper > Theme panel > Themplate settings > and expand Image loading – animations (LazyLoad) and activate it https://www.screencast.com/t/Q20lKAZcY

Thank you.

Post count: 101

Thanx it works.

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