|
ExampleSites
Links to examples of implementations of the various libraries offered here.
Example SitesIf you've used one of the libraries offered here, feel free to link to an example site. Please list libraries used and any implementation tips.
|
Sign in to add a comment
ploubalay
Excellent example using multiple utilities.
dddd
I've modified your current version in order to be able to set a background color for the div containing the zoom imagen, in case you don't want it to be white and yellow...
var otherOpts = { buttonHTML: "<img src='../img/zoom-control-inactive.png' />", buttonHTML_BG: "none", buttonZoomingHTML: "<img src='../img/zoom-control-active.png' />", buttonZoomingHTML_BG: "none", buttonStartingStyle: {width: '24px', height: '24px', background: 'none'}, overlayRemoveTime: 2 };
I can send you my revision in order for you to update this feature if you like it.
Thank you
I just notices you already have something done for that... ;)
Thank you