Okay
  Public Ticket #513740
Pictures resizing in Blog section
Closed

Comments

  • Brian started the conversation

    The images on the main page in the blog section are being resized to (I think) the page width. (check out the Butterbeer post). Even though I have specified a size for them (300x???). They size correctly when you click an individual blog post, though.. Any ideas on how to get the main page to display the correct image size?


    Thank you

  •  234
    Elena replied

    Hi,

    First of all I recommend to use the featured image for blog posts and to split content with the \"read more\" tag in order to show only the excerpts on the home page. Btw, if you want to display \"not featured\" images at their original size, all you need is navigate to Appearance - Theme Options - Extras - CSS code and add a CSS custom rule:


    .blog-list ul li img { width: auto; }