我的网站是响应式的。博客部分使用指向 Tumblr的子域,但 Respond.js 的跨域版本不起作用。我正在这样做:
<script src="http://www.stevechab.com/scripts/respond.min.js"></script>
<link href="http://www.stevechab.com/scripts/respond-proxy.html" id="respond-proxy" rel="respond-proxy">
<link href="http://www.stevechab.com/scripts/respond.proxy.gif" id="respond-redirect" rel="respond-redirect">
<script src="http://www.stevechab.com/scripts/respond.proxy.js"></script>
我认为问题在于respond.proxy.gif 和respond.proxy.js 不在blog.stevechab.com 上……但这不会破坏拥有Respond.js 的跨域版本的目的吗?我的假设是正确的,还是我错过了什么?有解决办法吗?
注意:我试过http://www.tumblr.com/themes/upload_static_file ...没有骰子。