Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

Constrain large images in video summary/description #257

Merged
merged 2 commits into from Aug 4, 2014
Merged

Constrain large images in video summary/description #257

merged 2 commits into from Aug 4, 2014

Conversation

squiddy
Copy link
Contributor

@squiddy squiddy commented Aug 2, 2014

Images might be larger than the summary/description container and will
stick out on the right. With this change images can be at most the width
of the container they are in.

The summary is passed to markdown, which will produce at least one
block-level element: a paragraph.
Since block elements are not allowed inside inline elements, change the
tag to div.
Images might be larger than the summary/description container and will
stick out on the right. With this change images can be at most the width
of the container they are in.

Fixes: #250
@willkg
Copy link
Member

willkg commented Aug 4, 2014

Awesome! Thank you!

willkg added a commit that referenced this pull request Aug 4, 2014
Constrain large images in video summary/description
@willkg willkg merged commit c44131f into pyvideo:master Aug 4, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants