Star Plugins
Welcome
Login
Sign up
Home
Solutions
Forums
How can we help you today?
Enter your search term here...
Search
New support ticket
Check ticket status
Discussions
Cloud Zoom Forums
Announcements
Cloud Zoom Maintenance Release 2.1 rev 1211161159
I
Info
started a topic
about 12 years ago
Added a new
refreshImage()
API call.
This should be called when the small image changes size, e.g. in fluid layouts.
Typically, it would be called when the browser window is resized e.g
$(window).resize( function() { $("#myzoom").data("CloudZoom").refreshImage() }
)
Comments to this discussion are now closed!
More topics in
Announcements
Cloud Zoom First Release 2.0 rev 1209290503
Cloud Zoom Maintenance Release 2.0 rev 1210031439
Cloud Zoom Maintenance Release 2.0 rev 1210031748
Cloud Zoom Maintenance Release 2.0 rev 1210081531
Cloud Zoom New Release 2.1 rev 1210101204
Cloud Zoom Maintenance Release 2.1 rev 1210151653
Cloud Zoom Maintenance Release 2.1 rev 1210171228
Cloud Zoom Maintenance Release 2.1 rev 1210301632
Cloud Zoom Maintenance Release 2.1 rev 1211011550
Cloud Zoom Maintenance Release 2.1 rev 1211021147
See all 52 topics
Help Desk Software
by Freshdesk
Info
This should be called when the small image changes size, e.g. in fluid layouts.
Typically, it would be called when the browser window is resized e.g
$(window).resize( function() { $("#myzoom").data("CloudZoom").refreshImage() } )