annotorious / annotorious-v1

Project has moved to http://github.com/annotorious/annotorious
https://annotorious.com
MIT License
593 stars 143 forks source link

Responsive layout #30

Open rsimon opened 11 years ago

rsimon commented 11 years ago

Annotatable images don't work in responsive layouts - investigate & fix!

rsimon commented 11 years ago

Note: this is primarily a matter of Annotorious wrapping a DIV around the image; and then many CSS properties (like floats) cease working. For the most part, this should be resolvable by removing those CSS styles from the IMG and adding them to the Annotorious DIV. (The devil may lie in the details, though...)

rsimon commented 10 years ago

Margins already work properly. Ensure the same thing for floats!