You've already forked collage-maker
test
This commit is contained in:
@ -34,14 +34,20 @@
|
||||
function showCrop() {
|
||||
for(cpie of crops) {
|
||||
console.log(cpie.get())
|
||||
console.log(cpie.element.clientWidth)
|
||||
console.log(cpie.element.clientHeight)
|
||||
}
|
||||
}
|
||||
|
||||
</script>
|
||||
<!--
|
||||
width: 3264px;
|
||||
height: 4224px;
|
||||
-->
|
||||
<style>
|
||||
.container {
|
||||
height: 11in;
|
||||
width: 8.5in;
|
||||
height: 11in;
|
||||
overflow: hidden;
|
||||
margin: auto;
|
||||
border: 1px solid;
|
||||
|
Reference in New Issue
Block a user