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

Image previews and better link recognition #31

Closed
wants to merge 2 commits into from

Conversation

corywalker
Copy link

Screen Shot 2013-02-03 at 2 41 59 PM

@@ -133,6 +133,11 @@ label[for=ssl] {
cursor: pointer;
}

.tab-view .line .img-preview img {
margin-top: 10px;
width: 200px;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be max-width? If an image is 100px wide, it would stretch it to 200px, messing the quality up.

@corywalker
Copy link
Author

Good call. Now uses max-width

@corywalker corywalker closed this Feb 3, 2013
@corywalker corywalker reopened this Feb 3, 2013
@DAddYE
Copy link

DAddYE commented Feb 3, 2013

is inline image an option?

@cjstewart88
Copy link
Owner

For now I'd prefer not to do the inline images due to nsfw issues that could come up for users. I think linking off to the image will suffice. If you can remove that bit of the code I'd be happy to merge this.

@bblack
Copy link
Collaborator

bblack commented Feb 3, 2013

How do we feel about a popup image on hover ?
On Feb 3, 2013 3:17 PM, "DAddYE" notifications@github.com wrote:

is inline image an option?


Reply to this email directly or view it on GitHubhttps://github.com//pull/31#issuecomment-13053350.

@cjstewart88
Copy link
Owner

I'd feel better about that.

Sent from my iPhone

On Feb 3, 2013, at 5:41 PM, Brian Black notifications@github.com wrote:

How do we feel about a popup image on hover ?
On Feb 3, 2013 3:17 PM, "DAddYE" notifications@github.com wrote:

is inline image an option?


Reply to this email directly or view it on GitHubhttps://github.com//pull/31#issuecomment-13053350.


Reply to this email directly or view it on GitHub.

@JaniL
Copy link
Contributor

JaniL commented Feb 15, 2013

How about if it's done in a similar way like in Reddit Enhancement Suite? An icon would be added to picture links, that would show the picture inline when clicked.

http://redditenhancementsuite.com/wiki/index.php?title=Inline_Image_Viewer

@cjstewart88
Copy link
Owner

I'd be fine with that.

Sent from my iPhone

On Feb 15, 2013, at 6:35 AM, Jani Luukko notifications@github.com wrote:

How about if it's done in a similar way like in Reddit Enhancement Suite? An icon would be added to picture links, that would show the picture inline when clicked.

http://redditenhancementsuite.com/wiki/index.php?title=Inline_Image_Viewer


Reply to this email directly or view it on GitHub.

@cjstewart88
Copy link
Owner

Closing this.

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

Successfully merging this pull request may close these issues.

None yet

5 participants