Tumblr 上的无限水平滚动
我不确定你们是否熟悉 Tumblr,但我只是想实现水平无限滚动。垂直无限滚动很容易找到。
现在,我确实在 jsfiddle 上找到了一个:
不幸的是,我不知道如何将其合并到 Tumblr HTML 中。
有人可以帮我吗?
I'm not sure if any of you are familiar with Tumblr but I'm simply trying to attain a HORIZONTAL infinite scroll. Vertical infinite scrolls are easy to find.
Now, I did find one on jsfiddle:
Unfortunately, I don't know how to incorporate it into the Tumblr HTML.
Can someone please help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你的意思是这样的吗:
Do you mean something like this:
我通过使用 Paul Irish 的无限滚动 jquery 插件并基本上将所有
height
更改为width
和top
在我的主题之一上完成了此操作s 到左
s。听起来相当繁琐,但效果却很神奇。I did this on one of my themes by using Paul Irish's infinite scroll jquery plugin and essentially changing all the
height
s towidth
s and thetop
s toleft
s. Sounds rather fiddly but worked like a charm.