Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #208086

    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

    #208087

    You can see the problem on my home page at http://www.untuto.be

    Thanks

    #208104

    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

    #208109

    The picture must be in smaller size and are displayed with the full size.

    This is the size in the html part:
    pages internet

    The pictures must be smaller than the display.

    #208110

    pages internet

    #208111

    the size must be : width=”243″ height=”231″ /> and the display is much bigger

    #208113

    I can change the size several times, the picture doesn’t move even after deleting the cache

    #208339

    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

    #208388

    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.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Problem with picture size’ is closed to new replies.