View Single Post
Old 08-19-2014, 07:52 AM   #12
odedta
Addict
odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.odedta read the news today, oh boy.
 
Posts: 398
Karma: 96448
Join Date: Dec 2013
Device: iPad
Quote:
Originally Posted by JSWolf View Post
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.
odedta is offline   Reply With Quote