Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

fancybox put title on top and stay there

I'm working with Fancybox 2.0 and I want the titlebox to appear above the image or on top of the image, not below.

Just above all content.

I tried to make the fancybox-inner style position:absolute, but then the height of the fancybox-wrap wont be set to absolute pixels.

Could someone help me achieve that?

like image 345
SirCumz Avatar asked Nov 17 '25 20:11

SirCumz


1 Answers

Best and simplest - using the helpers:

helpers : {
            title : {
                type: 'inside',
                position : 'top'
            }
        }
like image 51
Amit Kvint Avatar answered Nov 19 '25 10:11

Amit Kvint



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!