Jump to content

Embedding iframe for HeyZine Flipbook causing mobile page to reload & crash.

Recommended Posts

Hey guys, 

I have created a "Zine" page on my customer's website https://www.nicholasjhanson.com/zines . The embed for the digital flipbook is causing the page to reload a few times, ultimately resulting in the page crashing... I am using the recommended embed code that https://heyzine.com/ provides. It looks like this: 

<iframe allowfullscreen="allowfullscreen" scrolling="no" class="fp-iframe" src="https://heyzine.com/flip-book/bbd6681174.html" style="border: 1px solid lightgray; width: 800px; height: 600px;"></iframe>

It seems like the page is loading fine on desktop and the embeds/zines are fully functional. However, it is not like that for mobile. 

I have attached a few screenshots on what happens on mobile and what the network and console look like on this page when i dig a little bit in the inspector. 

Has anyone else experienced anything similar?

Any tips or advice is greatly appreciated. Thank you!!

httpswww.nicholasjhanson.comzines.jpeg

Screenshot 2024-07-14 at 1.34.21 PM.png

Screenshot 2024-07-14 at 1.33.33 PM.png

Screenshot 2024-07-14 at 2.29.25 PM.png

Link to comment
  • Replies 1
  • Views 730
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

Hello @LadyMeek

don't use embed code using normal code Block and 

<div style="position: relative; padding-bottom: 75%; height: 0; overflow: hidden; max-width: 100%; height: auto;">
    <iframe allowfullscreen="allowfullscreen" scrolling="no" class="fp-iframe" src="https://heyzine.com/flip-book/bbd6681174.html" style="border: 1px solid lightgray; position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe>
</div>
<style>
@media only screen and (max-width: 600px) {
    .fp-iframe {
        width: 100% !important;
        height: auto !important;
    }
}

  </style>

this code using Media Query 

Widle - Squarespace Website Design Experts

email.png
Connect - Connect with Email 
website.png
Website - Visit us
address.png
Ahmedabad, India
 
 
 
 
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.