bqworks / slider-pro

A modular, responsive and touch-enabled jQuery slider plugin that enables you to create elegant and professionally looking sliders.
MIT License
876 stars 387 forks source link

Adjust fullscreen size #300

Closed lexuanbach1992 closed 3 years ago

lexuanbach1992 commented 4 years ago

Hi, I have a problem is that when i click on the fullscreen button the image is zoom in a lot. I found that the image is not calculated base on my screen size but it is base on the slide bar.

Untitled

And here is when it is fullscreen Capture

Can please help me, thank you so much!

davidghi commented 4 years ago

Hi,

The fullscreen slider should take the size of the window, not the size of the whole page, but I'm not sure why it behaves in this way for you. I would need to take a look at your page.

Best, David

Rechi86 commented 2 years ago

I had the same issue: In my case I had a problem with outputting some stuff before the doctype declaration, which caused the jquery window.height to fail. Check if you have a similar problem (or have the doctype missing overall), see also: https://stackoverflow.com/questions/10569301/why-is-window-height-so-wrong