akhumaini Posted March 12, 2014 Share Posted March 12, 2014 (edited) Hallo master prestashop. I would like to ask for help if anyone know how to display external website inside prestashop website ? Actually I have successfully able to do it by using iframe, but what I want is the web will be auto resize based on the frame given, I want to remove the scroll things. Edited March 12, 2014 by akhumaini (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted March 12, 2014 Share Posted March 12, 2014 Try adding scrolling="no" to the iframe, and maybe overflow:hidden as style. Do you want it to stretch to the container's size? Link to comment Share on other sites More sharing options...
akhumaini Posted March 12, 2014 Author Share Posted March 12, 2014 (edited) Try adding scrolling="no" to the iframe, and maybe overflow:hidden as style. Do you want it to stretch to the container's size? Hi Nemo thanks for replying this issue, I have added the scrolling="no", yes it is correct the scrolling is gone now, however what I want is the website will be autoresize dynamically to the frame given, maybe also you can say stretch to the container's size. Here is the script for iframe <p class="lnk_view"><iframe src="http://edition.cnn.com/" scrolling="no" width="727" height="528"></iframe></p> Edited March 13, 2014 by akhumaini (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted March 12, 2014 Share Posted March 12, 2014 it's not possible to change other website layout, when you including it with <iframe> Link to comment Share on other sites More sharing options...
akhumaini Posted March 13, 2014 Author Share Posted March 13, 2014 it's not possible to change other website layout, when you including it with <iframe> Thanks Vekia for answering this issue, I Just want to make other website smaller in my website so all the layout can be seen without scrolling, any suggestion how to do it if <iframe> is doesn't work ? Link to comment Share on other sites More sharing options...
vekia Posted March 13, 2014 Share Posted March 13, 2014 the most important problem in this case is fact that without access to other external website - you can't change it Link to comment Share on other sites More sharing options...
akhumaini Posted March 13, 2014 Author Share Posted March 13, 2014 (edited) Hi Vekia, If you have a time, could you review this video ? The best option for me is put the external website as a link in my prestashop website and when user click the link it will open a pop-up for the external website. However, I dont know how to implement it on prestashop. Best regards, Aris Edited March 13, 2014 by akhumaini (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts