• Resolved Anthyx

    (@anthyx)


    Hi,

    I have quite a problem that keeps frustrating me.

    I’m using a twenty eleven child theme for my site: when I try to insert an image of a given size into a page its width gets always shrinked by a small percentage both in height and width.

    Looking around for a solution, I’ve found that it could be a CSS problem, but since I don’t know how to use CSS correctly I can’t really find a solution.

    Could you please help?

    Many many thanks in advance.

    Ciao

    Antonio

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser. The following resources may also help:
    CSS Tutorials
    Learning CSS

    Thread Starter Anthyx

    (@anthyx)

    Thank you for your answer,

    I have found the solution, changing under “image” in style.css, the value of “max-width”, from the default 97.5% to a full 100%.

    ******
    img.size-full,
    img.size-large {
    max-width: 100%;:
    ******
    Now the images I insert have their true, original, proportions.

    Many thanks.

    A.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Twenty Eleven] Problem: Images shrinked when inserted.’ is closed to new replies.