且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我可以在我的 joomla 网站中嵌入一个 masonry jquery 模板吗?

更新时间:2023-11-14 20:39:58

masonry 插件让您可以在容器内定义带有图像的网格.然后它使用 kd-tree 算法以最有效的方式对图像进行排序.该算法是众所周知的,例如从图形磁盘空间使用中,最大的文件获得屏幕上最大的矩形.kd-tree 也可以很好地添加一些空间信息.因此,如果您可以包含 masonry js 库并从数据库中动态选择您的视频并将其包装在 css 布局中到 joomla 模板中,我认为没有任何问题.

The masonry plugin let you define a grid with images inside a container. Then it uses a kd-tree algorithm to sort the images in the most efficient way. The algorithm is well know for example from graphical disk space usage where the biggest file gets the biggest rectangle on the screen. A kd-tree is also good to add some spatial information. Hence if you can include the masonry js library and dynamically pick a selection of your videos from the database and wrap it in a css layout into a joomla template I don't see any problem.