如何让内容展示更好
我们正在开发一个社交网络项目,在这个项目中我们添加内容,例如图像、视频、音频、链接(html)。
目前我们使用shadowbox.js 来展示它。但为了更好和更有效,我们想要使用其他一些更好的插件,或者想要制作自己的窗口来显示图像和链接。
该项目的最佳解决方案是什么?
我想知道这是白板问题意味着programmer.stackexchange问题还是stackoverflow问题?
We are developing a social networking project, in this project we are adding content, e.g. images, video, audio, link (html).
Currently we are using shadowbox.js to show it. But for better and effectiveness we want to use some other better plugin, or want to make own window for showing images and link.
What is the best solution for this project?
I want to know this is the white board question means programmer.stackexchange question or stackoverflow question?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这里有 31 个:
http://www. dreamcss.com/2009/03/31-mind-blowing-collection-of-jquery.html
您应该找到一个或多个适合您需要的。
There are 31 here:
http://www.dreamcss.com/2009/03/31-mind-blowing-collection-of-jquery.html
You should find one or more that suits your needs.
我建议使用 colorbox.js 它可以在这里找到:
http://colorpowered.com/
它的样式很容易,带有大量选项,包括图像幻灯片,可以处理 iFrame、Ajax 内容、图像等,并且带有一些样式选项。
I would suggest using colorbox.js it can be found here :
http://colorpowered.com/
It is easily styled, comes with a pleathera of options including an image slideshow, can handle iFrames, Ajax content, Images, etc, and comes with a few options for styling to begin with.
制作了我自己的 div 并用它来显示内容:)
Made my own div and use that for displaying content :)