When using "vh" instead "px" in the div height, the Current mode does not work well. In order to solution, I changed the code ``` domtoimage.toPng(plugin.mapContainer, { width: parseInt(widthForExport), height: parseInt(plugin.mapContainer.clientHeight) }) ```