@uxbertlabs/reportly 1.0.40 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js
CHANGED
|
@@ -9507,6 +9507,11 @@ class Screenshot {
|
|
|
9507
9507
|
}
|
|
9508
9508
|
});
|
|
9509
9509
|
} else {
|
|
9510
|
+
document.querySelectorAll("video").forEach(video => {
|
|
9511
|
+
if (video.style.position === "fixed" || video.classList.contains("fixed")) {
|
|
9512
|
+
video.remove();
|
|
9513
|
+
}
|
|
9514
|
+
});
|
|
9510
9515
|
// Capture the full page
|
|
9511
9516
|
canvas = await html2canvas(document.body, {
|
|
9512
9517
|
useCORS: true,
|