Skip to main content
Participant
April 10, 2012
Answered

Does Adobe Digital Editions support media queries?

  • April 10, 2012
  • 2 replies
  • 2514 views

Does Adobe Digital Editions support EPUBs with media queries?

This topic has been closed for replies.
Correct answer Jim_Lester

What you just wrote is a CSS media query, so no it won't work.  If you were asking 'Is there a different way to do this?', then I pretty sure the answer is no as well.

2 replies

Participant
September 15, 2015

Is there any update on this? ADE now supports EPUB3.

Participating Frequently
April 11, 2012

No.  CSS Media Queries are not supported in EPUB 2, and ADE currently only supports EPUB2 (not EPUB3).

Participant
April 11, 2012

Thanks Jim,

Is it possible to use more than one CSS by using conditional query in XHTML like this:

  <link href="a.css" media="all and (min-width: 768px) and (max-width: 1024px)" rel="stylesheet" type="text/css" />

  <link href="b.css" media="all and (min-width:1025px)" rel="stylesheet" type="text/css" />

ADE will recognize the "media" parameters?

Jim_LesterCorrect answer
Participating Frequently
April 12, 2012

What you just wrote is a CSS media query, so no it won't work.  If you were asking 'Is there a different way to do this?', then I pretty sure the answer is no as well.