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%
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 ?
pleas give me link your site
i send correct modify in css file
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;
-
This reply was modified 10 years by
omar ahmed.
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 !
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!
