Quote:
Originally Posted by JSWolf
Exactly what I said. It's not ePub. It's similar, but not quite. That code won't work with any other reading program.
|
You are right, the code I posted will not work as the idpf specs says that the use of the viewport attribute is essential in creating a fixed layout ePub in the form of:
PHP Code:
<meta name="viewport" content="width=684, height=1024"/>
and not:
PHP Code:
<meta name="viewport" content="initial-scale = 1.0,maximum-scale = 1.0" />
Thanks.