KevinBatdorf / liquidslider

A Responsive jQuery Content Slider
161 stars 63 forks source link

unwanted mobile version #92

Closed tobe4art closed 10 years ago

tobe4art commented 11 years ago

hello, if i load my page with firefox on a large screen (1920px width) it first loads the mobile navigation, as i reload it the correct navigation shows. can i exclude the mobile version completely from my script, since i use a jquery mobile one anyhow? And under the tab "videos" it shows oly about a third of the content though i didn't find a max-height anywhere, and again as i reload the page everything is fine. this is my page: www.tobe4art.ch/site5 maybe you can help me thanx a lot tobe

tobe4art commented 11 years ago

i found out now how to exclude the mobile navigation, but why it only shows a third of the listed videos is still miraculous to me... thanx a bunch

KevinBatdorf commented 11 years ago

You have the height set at explicitly in a few areas, which will cut off any content that's below the threshold. I'm guessing that's why your videos are cut off.

For others reading this later, turning off mobile navigation is done in the settings,

mobileNavigation:false

tobe4art commented 11 years ago

thanx a lot man. this is just too kind. i was able to fix everything! cheers mate

On Monday, October 7, 2013 11:38 AM, Kevin Batdorf notifications@github.com wrote:

You have the height set at explicitly in a few areas, which will cut off any content that's below the threshold. I'm guessing that's why your videos are cut off. For others reading this later, turning off mobile navigation is done in the settings, mobileNavigation:false — Reply to this email directly or view it on GitHub.