Hello Everyone,
I am using a Javascript Library called Turn.js and basically, I am building an ebook reader, now the problem is that I need to load external pages, these pages have their own animation and css layouts per page, plus the image is made for an iPad so vertically on a normal PC screen it's huge. I have access to these pages, however it's the PHP that's reading them. The only way I have been able to get it working is to use an iFrame to keep the animation and CSS. I cannot zoom out of the iframe so the iframe has to be massiv on the page, so my question is how can I display the contents of the file without having to use an iframe and without the file_get_contents from messing up the page it is being displayed on?
Thanks, much appreciated.
DJ