Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 fancybox 来改善我的图像体验。为了使图像可调整大小,我尝试使用 jqueryUI 的 api:
$("#fancybox-content").resizable();
遗憾的是 .resizable() api 不起作用。我未能调整fancybox 的大小。有什么建议吗?多谢。