Hello,
First of all, impressive viewer . I'm trying to integrate your viewer in a project (using YII2 framework) and I got a problem.
I'm placing viewers in a modal, which appears when a button is pressed (There are more buttons which should open a different product viewer ). It triggers this kind of code inside a modal.
$('.model-image-link').click(function() {
$('#modeling-modal').modal('show');
$('#wr360PlayerId').rotator({
configFileURL : 'pictures/3d-models/360_assets/' + id + '/' + id +'.xml',
graphicsPath : 'imagerotator/html/img/basic',
zIndexLayersOn : true,
responsiveBaseWidth : 0
});
});
Everything works fine, it loads a product for viewing, but after closing a modal it doesn't load any viewers (this one is also gone). So, I'm not sure where is the problem, is it a limitation (of free software) or there's something wrong with a code. Waiting for your reply.
First of all, impressive viewer . I'm trying to integrate your viewer in a project (using YII2 framework) and I got a problem.
I'm placing viewers in a modal, which appears when a button is pressed (There are more buttons which should open a different product viewer ). It triggers this kind of code inside a modal.
$('.model-image-link').click(function() {
$('#modeling-modal').modal('show');
$('#wr360PlayerId').rotator({
configFileURL : 'pictures/3d-models/360_assets/' + id + '/' + id +'.xml',
graphicsPath : 'imagerotator/html/img/basic',
zIndexLayersOn : true,
responsiveBaseWidth : 0
});
});
Everything works fine, it loads a product for viewing, but after closing a modal it doesn't load any viewers (this one is also gone). So, I'm not sure where is the problem, is it a limitation (of free software) or there's something wrong with a code. Waiting for your reply.