getBoundingClientRect return 0 code example
Example: getBoundingClientRect
// Return the size of an element and its position relative to the viewport:
const rect = obj.getBoundingClientRect();
console.log(rect)
// Return the size of an element and its position relative to the viewport:
const rect = obj.getBoundingClientRect();
console.log(rect)