Hi Chris,
Thanks for letting me know, I’ll check that. I found a way to solve the issue :
When user clicks on “play” in the matterport iframe, the div.wpm-embed element style is set to “max-width:0; max-height:0;”. Adding “div.wpm-embed {max-width:100% !important; max-height:300px !important}” solve the issue as the 3D tour is now visible. However, the dimensions of it are not as expected (I want it to be less than 400px in height).
This had also solved the second click issue I mentionned earlier.
Thanks for taking the time to look at it.
Best regards,