Jump to content

accounts@odepodcast.nl

Recommended Posts

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
  • Replies 1
  • Views 195
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.