我很想知道有没有iBooks的媒体查询。我知道有点儿,但我找不到任何iBooks。网络媒体查询(from this website是否适用于iBooks?
感谢您的帮助。
答案 0 :(得分:1)
是的,你可以使用iBooks的网络浏览器式媒体查询,虽然现在iBooks似乎不支持orientation : landscape
或orientation : portrait
。
将它们包含在HTML头部的链接中而不是直接包含在样式表中非常重要:
<link type="text/css" rel="stylesheet" media="only screen and (min-device-width: 768px) and (max-device-width: 1024px)" href="../Styles/iPad-styles.css" />
将它们包含在样式表中会导致某些读者无法加载整个样式表。