In box zooming

Page: 1

Author Post
Member
Registered: Jan 2015
Posts: 1
When an image box opens up, most of the time, (presuming a large enough image), you can click to zoom in. However, I am wondering if there is a way to turn this off on specific images in a floatbox group. (Didn't see it in the options, but I might've missed it)

Thanks in advance.
Administrator
Registered: Aug 2008
Posts: 3382
This is the behaviour associated with the inFrameResize option. That option applies to all items in a gallery set and can't be set individually for each item.

All of Floatbox's behaviour options, and most of the appearance options, apply per-box and not per-item.

Here's a list of per-item options. All the rest are per-box:

-- content options --
caption
caption2
header
footer
info
infoOptions
showNewWindow
closeOnNewWindow
showPrint
printCSS
contentBackgroundColor
contentScroll
useMap
altContent

-- size options --
width
height
boxLeft
boxTop
minBoxWidth
minBoxHeight
minContentWidth
minContentHeight
maxContentWidth
maxContentHeight
proportionalResize
measureHTML

-- API callbacks --
beforeItemStart
afterItemStart
beforeItemEnd
afterItemEnd
beforePrint
afterPrint
afterResize

Page: 1