Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2012, 08:50:13 AM

Login with username, password and session length
Search:     Advanced search
Wollen Sie dem WebsiteBaker Team beitreten?
Nähere Informationen finden Sie unter hier und auf unserer neuen Webseite.
155482 Posts in 21708 Topics by 7733 Members
Latest Member: himagain
* Home Help Search Login Register
Pages: [1]   Go Down
Print
Author Topic: Fancy Zoom (size for page_fb)  (Read 495 times)
saiborg

Offline Offline

Posts: 101


WWW
« on: March 16, 2009, 02:26:23 PM »

Hi,

i tried it in the german forum, but there was no answer for my problem.
So im gonna trie it here...
Im using the fancybox with the option "fix_fb"...i changed the window size to 800*600 pics.
The problem is, if the browser window is smaler than 800*600 the fancybox will go less than defined size....

I´d like to get a fix sized window, which does not depend on the browser window...but i don´t know where i have to conifure it...

code from include.php
Code:
$("a.page_fb").fancybox({ 'hideOnContentClick': false,
                            'zoomSpeedIn':0,
                               'zoomSpeedOut':300 });
    $("a.pic_fb").fancybox({ 'hideOnContentClick': true });
    $("a.pic1_fb").fancybox({ 'hideOnContentClick': true,
                            'overlayShow': true });    
    $("a.video_fb").fancybox({ 'overlayShow': true,
                               'frameWidth': 425,
                               'frameHeight': 355 });
    $("a.fix_fb").fancybox({ 'hideOnContentClick': false,                               
                                                        'frameWidth': 800,
                               'frameHeight': 600 });
    $("div#use_fb a").fancybox();

I hope someone can help me, i think i have to configure it in one of the *.js....
Sorry for me english...

Dirk

Logged

schaut doch mal vorbei

http://www.microott.de
Pages: [1]   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!