https://github.com/absentik/jMosaic
这个插件
items_type: "img"
var selectorLength = $(it.element).find(it.options.items_type).length;
if (i == selectorLength - 1) {
it.stretchingRow(".jMosaic-row_" + numRow, classWidth);
}
咋修改能让它不删除临近的其他元素???
这个插件
items_type: "img"
var selectorLength = $(it.element).find(it.options.items_type).length;
if (i == selectorLength - 1) {
it.stretchingRow(".jMosaic-row_" + numRow, classWidth);
}
咋修改能让它不删除临近的其他元素???