f0ckv2/public/js/rt.js
2019-05-07 20:23:19 +00:00

30 lines
502 B
JavaScript

export default {
layout: {
margin: 6,
min_cols: 3,
min_rows: 4,
itemsize: 130
},
st: {
behavior: "smooth",
block: "center"
},
url: "//f0ck.me",
tmp: {
scroll: false,
resize: null
},
container: {
wrapper: document.querySelector("div#wrapper"),
itemview: document.querySelector("div#itemview"),
posts: document.querySelectorAll("div.posts")
},
items: {
first: null,
last: null,
newest: null,
oldest: null,
eps: 0
}
};