We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Embed is not responsive, only direct link working

Home Forums General Questions Embed is not responsive, only direct link working

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68262
    lukeliles
    Participant

    I need some help.
    My direct link is working fine, but when i put a embed (iframe) on a web site, the buttons do not work.

    Works fine.
    https://v3d.net/p78

    when i use on a website it does not.
    <iframe width=”1024″ height=”640″ allowfullscreen src=”https://v3d.net/p78″></iframe&gt;

    #68263
    kdv
    Participant

    Wrong iframe src. You’ve got the cross-domain error and js files are not executed. Your app should be located at the same domain as the main page.

    And it should look this way
    <iframe width="1024" height="640" allowfullscreen src="my_awesome_app.html"></iframe>

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

    #68264
    lukeliles
    Participant

    I see,
    But it was working before i updated the project. How can i fix this?

    #68265
    kdv
    Participant

    before i updated the project

    see the console log for errors. remember what exactly you changed. roll back and try again.

    Puzzles and JS. Fast and expensive.

    If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of meaning at all.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.