Zoomeffect on Mouseover ?!

Phoca Gallery - image gallery extension
nicoc83
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 29 Jul 2013, 18:56

Zoomeffect on Mouseover ?!

Post by nicoc83 »

Hello,

i have a problem and i dont know what to do anymore.
i want a zoomeffect on images like here on this site : https://www.phoca.cz/templatedemo/phoca- ... escription
i have already put in the code fadiInOut in the highslide.js file and activate the highslide modul for images shown.
but i have not a zoomeffect.
anyone has a idea or a tip for me ? this zoomeffect is awesome and i want it on my site but why did this not work ?!
hope you can help me

with best regards from germany
nico

p.s. here are my highslide settings, perhaps you can find a failure :!:

Code: Select all

// See http://highslide.com/ref for examples of settings
graphicsDir : 'highslide/graphics/',
expandCursor : 'zoomin.cur', // null disables
restoreCursor : 'zoomout.cur', // null disables
expandDuration : 250, // milliseconds
restoreDuration : 250,
marginLeft : 15,
marginRight : 15,
marginTop : 15,
marginBottom : 15,
zIndexCounter : 1001, // adjust to other absolutely positioned elements
loadingOpacity : 0.75,
allowMultipleInstances: true,
numberOfImagesToPreload : 5,
outlineWhileAnimating : 2, // 0 = never, 1 = always, 2 = HTML only
outlineStartOffset : 3, // ends at 10
padToMinWidth : false, // pad the popup width to make room for wide caption
fullExpandPosition : 'bottom right',
fullExpandOpacity : 1,
showCredits : true, // you can set this to false if you want
creditsHref : 'http://highslide.com/',
creditsTarget : '_self',
enableKeyListener : true,
openerTagNames : ['a', 'area'], // Add more to allow slideshow indexing
transitions : ['expand', 'crossfade'],
transitionDuration: 250,
dimmingOpacity: 0, // Lightbox style dimming background
dimmingDuration: 50, // 0 for instant dimming

allowWidthReduction : false,
allowHeightReduction : true,
preserveContent : true, // Preserve changes made to the content and position of HTML popups.
objectLoadTime : 'before', // Load iframes 'before' or 'after' expansion.
cacheAjax : true, // Cache ajax popups for instant display. Can be overridden for each popup.
anchor : 'auto', // where the image expands from
align : 'auto', // position in the client (overrides anchor)
targetX: null, // the id of a target element
targetY: null,
dragByHeading: true,
minWidth: 200,
minHeight: 200,
allowSizeReduction: true, // allow the image to reduce to fit client size. If false, this overrides minWidth and minHeight
outlineType : 'drop-shadow', // set null to disable outlines
fadeInOut : true,
skin : {
        controls:
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49149
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Zoomeffect on Mouseover ?!

Post by Jan »

Hi, the effect is done in CSS, just see the CSS to view which code was added there. This has nothing to do with javascript or highslide js.

Jan
If you find Phoca extensions useful, please support the project
Post Reply