3D FlipBook - embed the video doesn’t work?

a***b@msn.com
2020-05-20
2020-05-27

Hi, I watched this video: https://www.youtube.com/watch?v=ekpAGfmPI5k And I followed everything, but embed the video doesn’t work? Is there an update?

Replies

a***r@3dflipbook.net
2020-05-27
2020-05-27

Did you replace Unicode braces >< with html braces?

a***b@msn.com
2020-05-27
2020-05-27

could you please send me the code here?

a***r@3dflipbook.net
2020-05-28
2020-05-28
css:
.center-page {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
iframe {
  border: 0;
}

html:
<iframe class="center-page" src="https://www.youtube.com/embed/meZCnPF5IdQ" width="800" height="600"></iframe>

js:
function init(jContainer) {
  console.log(jContainer);
  console.log('init');
  return { // set of callbacks
    hide: function() {console.log('hide');},
    hidden: function() {console.log('hidden');},
    show: function() {console.log('show');},
    shown: function() {console.log('shown');},
    dispose: function() {console.log('dispose');}
  };
}; init
t***r@gmail.com
2020-10-26
2020-10-26

I am having the same issue i have added the code above and i too is not seeing video

a***r@3dflipbook.net
2020-10-29
2020-10-29

Unfortunately Chrome got regression issue: https://3dflipbook.net/question?id=1415

Log In to leave a comment