View Single Post
Old 05-19-2013, 05:08 PM   #14
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Quote:
Originally Posted by RbnJrg View Post
I didn't do the try so I can give you a specific response but we have media queries in order to know those variables. For example, one could use:

@media screen and (orientation: portrait) {
/* Portrait styles */
}

@media screen and (orientation: landscape) {
/* Landscape styles */
}

Or something like this:

@media (max-height: 800px) and (orientation: landscape) {
/* code for 6 inches screens and Landscape mode */
}
Media queries are not supported in most ePUB readers, so that will not really help. Also with more and more HD readers coming out, this will give peculair results.
Toxaris is offline   Reply With Quote