Cookbook /
Seadragon
Questions answered by this recipe
How can I embed Seadragon image zoomers?
Description
Markup to embed Seadragon image zoomers.
Seadragon image zoomers are a nice way to show very large images.
To install this recipe:
- download seadragon.phpΔ
- copy it to your cookbook directory
- add in your config.php or farmconfig.php this line:
include_once("$FarmD/cookbook/seadragon.php");
To use, simply use this markup:
(:seadragon <code>:)
where code
is the identifier from the Seadragon page in question; for example, the code for http://seadragon.com/view/9ix is "9ix".
You can also pass width and height specifiers:
(:seadragon 9ix width=500px height=500px:)
to override the defaults.
Notes
- Seadragon is a "Microsoft labs" project and may end up being shut down.
- Embedding uses Javascript.
Release notes
- 2010-02-05
- 0.1: First version.
See also
Contributors
Comments
User notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki.