• Resolved Bernard Schelew

    (@bschelew)


    I’m using a Slideshow filmstrip size if 100px which works fine for desktop and tablets but gets really croded looking on a mobile.

    Is there a way to fix this?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Nikita Anisimov

    (@nikitaanisimov)

    Hi @bschelew,

    Thanks for reaching out,

    Could you kindly specify what you exactly mean by “croded”?

    Checked your page and even on desktop larger filmstrip wouldn’t be impertinent – hence may I recommend “playing” with settings towards a larger filmstrip?

    Please let me know your thoughts on the matter an keep me posted on your experiments =)

    Thread Starter Bernard Schelew

    (@bschelew)

    Sorry for the typo! croded = crowded.

    Actually what I did was decrease the filmstrip to 50 px (from 100 px) and that, to my eye, looks a little small on the desktop and tablet but looks just fine on mobile devices so is a good compromise…. unless you’ve got some code that can say something like IF mobile, THEN filmsize = 50 px.

    A friend of mine gave me this type of CSS code that fixed a # of columns displayed (with a sitemap plugin… not yours), that fixed the problem for me.

    He said…

    Duplicate the existing CSS, then wrap it with:

    @media screen and (max-width:400px){

    /* Put duplicated code here */

    }

    Then edit your duplicated code to reduce the number of columns.

    You can adjust the max-width value to whatever screen width you think is best to have it drop down in # of columns ??

    Plugin Support Nikita Anisimov

    (@nikitaanisimov)

    Thanks for the details, @bschelew , glad it works for you =)

    Can we assist you further?

    Thread Starter Bernard Schelew

    (@bschelew)

    I’m good thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slideshow Filmstrip re-size for Mobile’ is closed to new replies.