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 */ } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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