Ode Posted April 11, 2022 Share Posted April 11, 2022 Site URL: https://odepodcast.nl/testpage Hi! I've been trying to find a solution to a problem but having no succes as of yet. I hope the forum members here can help me out. There is a page on my website where I have an embedded player of a podcast via Springcast.fm. Their player is designed to be responsive to the width of the screen. On some mobile devices (iPhone SE for instance) the screen is too small to display the waveform in the player, which makes it kind of impossible to navigate through the podcast. Is there a way to override the responsiveness? I thought maybe the page-design can be done in such a way that it forces the player to a specific width or perhaps make a button where one can switch to the desktop-view? Thanks in advance for any help! Link to comment
Beyondspace Posted April 11, 2022 Share Posted April 11, 2022 7 minutes ago, Ode said: Site URL: https://odepodcast.nl/testpage Hi! I've been trying to find a solution to a problem but having no succes as of yet. I hope the forum members here can help me out. There is a page on my website where I have an embedded player of a podcast via Springcast.fm. Their player is designed to be responsive to the width of the screen. On some mobile devices (iPhone SE for instance) the screen is too small to display the waveform in the player, which makes it kind of impossible to navigate through the podcast. Is there a way to override the responsiveness? I thought maybe the page-design can be done in such a way that it forces the player to a specific width or perhaps make a button where one can switch to the desktop-view? Thanks in advance for any help! You can add style based on the width with media query @media only screen and (max-width: 767px) { /*Style on mobile*/ } @media only screen and (min-width: 768px) { /*Style on larger than 768px */ } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment