3D FlipBook - Please explain the new books gallery feature.
Thanks
s***e@cecn.net
2019-08-08
2019-08-08
Please explain the new books gallery feature.
Thanks
Replies
a***r@3dflipbook.net
2019-08-08
2019-08-08
Hi,
Watch https://www.youtube.com/watch?v=WuJxW_eGv6E
Best regards,
Ivan.
s***e@cecn.net
2019-08-08
2019-08-08
Thank you. Now I have another issue, I am trying to embed a video and have followed your video tutorial but video does not appear on pdf http://bikesamag.co.za/bsa/harley-davidson-invests-in-alta-motors-companies-will-collaborate-on-future-electric-motorcycle-product-development/6298/ . Please advise.
s***e@cecn.net
2019-08-08
2019-08-08
This is the css code I have inserted
.center-page {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
iframe {
border: 0;
}
Hi,
Watch https://www.youtube.com/watch?v=WuJxW_eGv6E
Best regards,
Ivan.
Thank you. Now I have another issue, I am trying to embed a video and have followed your video tutorial but video does not appear on pdf http://bikesamag.co.za/bsa/harley-davidson-invests-in-alta-motors-companies-will-collaborate-on-future-electric-motorcycle-product-development/6298/ . Please advise.
This is the css code I have inserted .center-page { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } iframe { border: 0; }
This is HTML inserted
<iframe class=”center-page” src=”https://www.youtube.com/watch?v=40UAZgebTNU” width=”800” height=”600”></iframe>
This is Javascript inserted
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
Replace the Unicode angle brackets with the regular ones.
Do you mean like this? (iframe class=”center-page” src=”https://www.youtube.com/watch?v=40UAZgebTNU” width=”800” height=”600”)((/iframe)
replace < and > with < and >
Still nothing. <iframe class=”center-page” src=”https://www.youtube.com/watch?v=40UAZgebTNU” width=”800” height=”600”></iframe>
Sorry, all working, changed to <iframe class=”center-page” src=”https://www.youtube.com/embed/40UAZgebTNU” width=”800” height=”600”></iframe>