TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Facebook-Like Modal Library - Now supports mobile

25 pointsby mikesilvisalmost 12 years ago

5 comments

bzalaskyalmost 12 years ago
Facebook uses display: table for their modal so that they can center it vertically without worrying about JS (if the height is variable and/or unknown) or negative margins. As far as making it responsive, you just need to work on your styles a bit. Check out the image detail modal I made for Stipple.com (just click on an image in the feed). This implementation leans on Backbone.js a little bit, but for the most part, the markup and styles make up a majority of the library. The actual plugin just builds the dom elements, handles events, and provides callbacks.
Terrettaalmost 12 years ago
Thanks for sharing this.<p>On iPad, starting portrait and rotating landscape redraws but same size (too small). Starting landscape and rotating portrait tries to redraw same size (too large) but breaks layout, pushing text below image.<p>I feel as though portrait mode on iPad might look better with white box below the otherwise extremely tiny image.<p>Looks fantastic on desktop Safari.
评论 #6218279 未加载
doughj3almost 12 years ago
Was confused for a moment, though this had something to do with &quot;Likes&quot; on Facebook. Just a small note, but should be Facebook-like, eh?
评论 #6219628 未加载
cmancinialmost 12 years ago
I actually needed something exactly like this yesterday, and was having issues getting Bookstrap&#x27;s modal to do what I wanted. Thanks!
评论 #6219017 未加载
jeffehobbsalmost 12 years ago
Very nice!