• Hello,

    I am hoping to use V1.3 of Parament of an on-going serial comic. I would like to set the comic images to appear full sized (800 x600). Parament resizes all images to about 630 px wide. I have confirmed the html code is correct (no thumbnail code), and the “content width” setting (Appearance->Edit CSS) is set to 800. You can see what I am talking about here: https://www.tfretribution.com/read-transformers-retribution/01-2/

    How do I get images to appear full-size in Parament?

Viewing 3 replies - 1 through 3 (of 3 total)
  • It isn’t resizing because your #main div still only has a width of 660px (that’s the entire section that has your page content, beside the sidebar)

    What I would do is create a new page template and remove the sidebar, then you can use that template for the page with your comic, and have the main area full-width instead, and have the sidebar out of the way!

    If you aren’t already, now would be a great time to use a Child Theme

    I am trying to do the same thing. I have duplicated my page temple to a new one called fullwidth. I edited my CSS, removed the sidebar and have successfully created a fullwidth page and post. The text and other content will take up the new full width. However the images still will not expand to the full width. Any ideas.
    Link to a fullwidth page with an image still displaying at 660. The image is over 1000px wide. https://www.romevelo.net/test-2

    Sorry, @toddgould! Seemed to have missed that post.

    You should be able to fix that up by adding .hentry img { max-width: 100%; } to your custom css/child theme’s stylesheet.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Parament Image size problem’ is closed to new replies.