Hello, I just bought the full version and I would like to know how to integrate within a bootstrap modal.
When I use the modal event it does not work :
<script type="text/javascript">
$('#modal-pdf').on('shown.bs.modal', function (e) {
$('.book-container').FlipBook({
pdf: '/pdf/dcmc.pdf'
});
});
</script>
Nothing happens
$('#modal-pdf').on('shown.bs.modal', function (e) { $('.book-container').FlipBook({ pdf: '/pdf/dcmc.pdf' }); });
Any errors in the console? or just something wrong with CSS sizes?