WordPress, Magento and CMS integration

Example of WordPress integration with IFRAME tag

This is a demostration page for website, WordPress, Magento and custom CMS integration. You can use IFRAME tag to run the product in a responsive way.

<div class=”viewer-container”>
<iframe src=”{viewer-link}” allowfullscreen=”allowfullscreen”></iframe>
</div>

.viewer-container {
position: relative;
padding-bottom: 65%;
height: 0;
overflow: hidden;
}
.viewer-container iframe {
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
}