Perhaps thanks to this? I haven't tested.
Hi Piotr
Thanks for your help, I changed 'bgcolour' in index.html as follows:
<script>
embedpano({
xml: "main.xml",
target: "pano",
bgcolor: "#ffffff",
html5: "webgl+only",
mobilescale: 1.0,
consolelog: true,
passQueryParameters: true,
onready: function(jsapi) {
window.krpano = jsapi.get("global");
}
});
</script>
And the background changed to white on the 'dolls house'.
As they say... if all else fails read the manual!!
Thanks
Tim