Ask HN: Review my jQuery Plugin (jQSlickWrap) (jwf.us)
Over the course of the past week I designed and wrote a plugin for jQuery which provides a client-side implementation of the "Sandbag" approach to getting text/content to wrap around the actual contents of a floated image (as opposed to the typical bounding box you are usually stuck with).
11 comments
[ 3.8 ms ] story [ 40.2 ms ] threadIt is great for dynamic images, but I would think 99% of use cases is for static image. I would appreciate feature which does the magic and enables me to render static piece of HTML+CSS for direct replacement.
This way I would be able to bake static version during development and publish it without dependency on canvas or other tricky methods.
EDIT: It seems that this plugin falls back on the normal css float property, so the only downsides I see are that JS is required and there is some small bandwidth overhead of sending the script. Not very big downsides at all.
A pre-calculated version is not much different (conceptually) from just creating a static image containing the image and the text.