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.
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.
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.
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.
