How to fix image for full

Posted in: Newspaper
Post count: 8

Dear Author,

In the article, I often use many different image sizes, and it very often fails to thumbnail size.
Is there any way to overcome every form not missing in the post.
Link image: Image not full
Thank you !

Post count: 260

you need to install and rund force regenerate thumbnails

Post count: 88

in css file

modify this

.td-grid-style-1.td-hover-1 .td-big-grid-post .td-module-thumb .entry-thumb {
height: 100% !important;
width: 100% !important;

height – weigh must 100%

Post count: 1

Im actually having the same issue and neither of these suggestions work it seems to only use the image at 100% if it is a small image it does not force a stretch if the image is actually smaller than the box it is going into. is there any way to force the image to stretch ?

Post count: 8

Thank you, but how to install that?

Post count: 88

pleas give me link your site

i send correct modify in css file

Post count: 8

my site: tutamvn.com
Thank you so much Omar Ahmed.

Post count: 88

this line in css file

.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb

transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);

modify to

.td-grid-style-1.td-hover-1 .td-big-grid-post:hover .td-module-thumb .entry-thumb {
transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
height: 100% !important;
width: 100% !important;

Post count: 8

Thank omar ahmed,
But i don’t know where to edit. I’m newbie 1 month with wordpress.
Thank again!

Post count: 88

file called

style.css

found file in root theme

Post count: 8

Thank Omar Ahmed,
I did try, it’s better, but it only works when I move the mouse on the picture frame.
It’s not the full picture automatically when no cursor

Post count: 8

Hi Omar Ahmed,
Do you know how to get and post automatic?
I’m using one plugin and it seems it does not work well.
Thank you !

Post count: 260

i told you!. you need regenerate your thumbnails. Install force regenerate thumnails and run it. Thats all you need :-P.

If you made changues in CSS you are just upscaling images via CSS but its no croped at correct size.

Post count: 8

Thank Ing Geek,
But I used the automatic posting and I can not be editing image in the post. It is completely automatic.
I have installed as your guide:
– Force Regenerate Thumbnails
– Easy Thumbnail Sizes
– Thumbnail Upscale
But it had not worked.
You have no other way?
Thank you !

Post count: 22421

Hello,
The thumbnail upscale plugin and force regenerate method should work if you cannot upload bigger images. The process is done automatically, you do not need to edit every photo.
If everything else fails you can try to disable all your plugins except visual composer to rule out a plugin conflict.
Thank you!

Post count: 8

Thanks Bogdan B.

Viewing 16 posts - 1 through 16 (of 16 total)
The forum ‘Newspaper’ is closed to new topics and replies.