Hi,
After an updating of my enfold theme, I’ve a problem with the size of the picture.
The size is not respected by the theme and are much too big.
Do you know this bug?
Thanks for your answer.
Cédric Lefrancq
You can see the problem on my home page at http://www.untuto.be
Thanks
Hey!
I just checked your website and images looked normal to me. Can you post a screenshot and show how you would like them to look?
Regards,
Yigit
The picture must be in smaller size and are displayed with the full size.
This is the size in the html part:
The pictures must be smaller than the display.
the size must be : width=”243″ height=”231″ /> and the display is much bigger
I can change the size several times, the picture doesn’t move even after deleting the cache
Hey!
Edit the page then look for the image code:
<img class="alignnone wp-image-14" alt="web pages" src="http://www.untuto.be/font/uploads/2013/12/templates-300x286.jpg" width="243" height="231">
Add a unique css selector like “awesome-image” for example, the code should look something like this:
<img class="alignnone wp-image-14 awesome-image" alt="web pages" src="http://www.untuto.be/font/uploads/2013/12/templates-300x286.jpg" width="243" height="231">
Add this Quick CSS:
.awesome-image {
width: 243px;
height: 231px;
}
Best regards,
Ismael
Thanks for you answer
I didn’t have this problem with the foreign version. It was easier to use. You just had to change the size in wordpress.