Hello,
I applied resizable() for an image, so it can be resized, and all is
good - it's being resized, etc.
Problem is that image's code looks like:
<img src="image.jpg" style="margin:0 auto;display:block" />
With this code, image is centered. When I use resizable, and before
saving make resizable('destroy'), I get code similar to this:
<img src="image.jpg" style="margin:0;display:block" />
And now image is not centered anymore. Does anybody know how to fix
that?
Thanks!
Simon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---