Similar to the users here, I'd like an option to load Cloud Zoom's scripts on every page — or even better, to be able to specify which content types should load it, or even to be able to create a list of nodes to include/exclude (similar to the dialog for including/excluding a block).
Additionally, it would be great if there were a way to insert the inline image similar to the one offered by the Insert module — I use it to insert Colorbox images now, but if you add it to Cloud Zoom it just inserts the path to the original image w/o the link or the Cloud Zoom classes, e.g.,
<img src="/sites/mysite.com/files/path/to/PREVIEW_image.jpg" alt="Fall into jQuery" title="Fall into jQuery" />
instead of
<a href="/sites/mysite.com/files/path/to/BIG_image.jpg" class="cloud-zoom">
<img typeof="foaf:Image" src="/sites/mysite.com/files/path/to/PREVIEW_image.jpg" alt="Fall into jQuery" title="Fall into jQuery" />
</a>I have come up w/ a clunky workaround that I'll detail in a followup post, involving the Insert module, the WYSIWYG module and hiding the image thru CSS.
Comments
Comment #1
Anonymous (not verified) commentedThe clunky workaround:
Zoom=cloud-zoomThat's the basic configuration. To use:
Note: you may have to enable the following in the WYSIWYG buttons options: Advanced Link, Style Properties
Comment #2
lsolesen commentedThere is a possible answer. Please reopen if that did not solve your question.