Making WordPress.org

Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#3087 closed defect (bug) (fixed)

News image on wordcamp central site overflows

Reported by: dingo_d's profile dingo_d Owned by: coreymckrill's profile coreymckrill
Milestone: Priority: normal
Component: WordCamp Site & Plugins Keywords: has-patch
Cc:

Description

I noticed that the image on the blog post was going out of bounds, which can be fixed with a simple css fix in the style.css of the wordcamp-central-2012 on line 2098

#content .post .entry-content img {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 100%;
}

Attachments (3)

Screen Shot 2017-09-01 at 08.42.30.png (644.3 KB) - added by dingo_bastard 7 years ago.
Overflow in Chrome…
3087.diff (596 bytes) - added by dingo_bastard 7 years ago.
Add patch for the issue
3087.1.diff (597 bytes) - added by dingo_bastard 7 years ago.
Fix the spacing on the css value

Download all attachments as: .zip

Change History (5)

@dingo_bastard
7 years ago

Overflow in Chrome...

@dingo_bastard
7 years ago

Add patch for the issue

@dingo_bastard
7 years ago

Fix the spacing on the css value

#1 @coreymckrill
7 years ago

  • Owner set to coreymckrill
  • Resolution set to fixed
  • Status changed from new to closed

In 5858:

WordCamp Central: Add max width to images in news posts

Fixes issue with large images overflowing the content column.

Props dingo_bastard
Fixes #3087

#2 @dd32
6 years ago

  • Reporter changed from dingo_bastard to dingo_d
Note: See TracTickets for help on using tickets.