-
Website
http://www.scripting.com/ -
Original page
http://www.scripting.com/stories/2008/12/28/bootstrappingThumbnailsFor.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
eas
55 comments · 4 points
-
AndrewBurton
134 comments · 10 points
-
Michael Markman (Mickeleh)
154 comments · 14 points
-
Rex Hammock
52 comments · 9 points
-
malatmals
81 comments · 3 points
-
-
Popular Threads
-
Open is in the eye of the beholder. (Scripting News)
20 hours ago · 13 comments
-
Store Twitter URLs in earth's oceans? (Scripting News)
3 days ago · 16 comments
-
Why today's Twitter is like Napster in Y2K. (Scripting News)
3 days ago · 15 comments
-
If you wrote the words you own the copyright. (Scripting News)
3 days ago · 7 comments
-
How open standards are created. (Scripting News)
5 days ago · 11 comments
-
Open is in the eye of the beholder. (Scripting News)
I didn't see your original proposal, but it sounds closer to something that would be valid in html and well supported, all you would have had to do is define your additional attributes with the prefix "data-".
http://dev.w3.org/html5/spec/Overview.html#embe...
Also, finding "bootstraps" could be "crowdsourced". You're interested in photos, other people could be interested in other things.
A central place for discussion would be useful.
I am not sure I agree with your implementation, this seems more like meta data, and should be placed in a meta tag. You include width and height in your data as well, and I am not sure that is needed. Much like a favicon supports various bit depths, it is not explicitly stated in the meta link.
I wonder if this is not more relevant, and wold not suffice:
<meta name="thumbnail" content="url resource" />
No size standard should be used, every user is different
Here are some alternatives
1. A "thumbmap" which lists the images the author would like to be used for thumbnails in relation to posts
2. Metadata - if internet giants can add meta just for owner validation, there is no problem using it to define which image to use for thumbs for a particular page.
Sites are always picking the wrong image to create a thumb from
I think meta is the most universal method for web pages, not sure about syndicated content
Yes, the quality suffers, but not prohibitively.
See http://oembed.com/ for details...
That helps but I wonder if it there's a microformat for oembed so the content would be directly in the page instead of dependent on a second fetch...
http://www.facebook.com/share_partners.php
So, the opposite should be available too: in an <img> tag, one should be able to say something like 'thumbs:thumbof src="http://example.org/myfile.jpg" thumbs:fulltype="image/jpeg" thumbs:fullwidth="1024" thumbs:fullheight="768"' - so a proper parser could come along and be able to get the full version for you if you choose (rightclick context menu, for example)