Viewing 4 replies - 1 through 4 (of 4 total)
  • Same thought. I would like to tell 1 playlist in particular to use the small screen view on a large screen.

    Is there something I can add to the shortcode to accomplish this?

    Same here, I don’t like the big view, takes too much place, but the small view is really cute.

    Can we hope having a response (first mess is 3 months old…)

    Plugin Author Brady Vercher

    (@bradyvercher)

    Hi folks. Cue attempts to detect how much space is available before deciding how to display the player to make sure it fits. The mobile view is used in spaces less than 380px wide, so if you’d like to always use that view, you can add a snippet of CSS to limit the width of the player to 380px (or less). Here’s the snippet you can use:

    body .cue-playlist {
        max-width: 380px;
    }

    That needs to be added either in the style.css file in a child theme, or using a plugin like Jetpack, Simple Custom CSS, or Custom CSS by Dev7studios.

    Cheers,
    Brady

    Thanks a lot, it works like a dream !

    Peace and prosperity to your team ??

    Amicalement v?tre,

    Eden.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘using only mobile view of cue’ is closed to new replies.