Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: limit max-width of feed images #75

Open
Artfunkel opened this issue Jul 26, 2013 · 2 comments
Open

Enhancement: limit max-width of feed images #75

Artfunkel opened this issue Jul 26, 2013 · 2 comments

Comments

@Artfunkel
Copy link

I'd like to suggest this CSS rule:

article.content img { max-width:630px; height:auto; }

This prevents very large images in feed items from distorting the feed view. (A pixel width isn't very elegant but I've had no luck with relative width.)

This is what currently happens when expanding an article in headline view:

width

@tanriol
Copy link
Owner

tanriol commented Jul 26, 2013

I'll introduce something like this... however, I'd like to use relative width. Thank you for the suggestion.

@Artfunkel
Copy link
Author

Yes, that would be better. There's just something breaking it right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants