<?xml version="1.0" encoding="UTF-8"?><oembed><type>video</type><version>1.0</version><html>&lt;iframe src=&quot;https://www.loom.com/embed/a0ed5001a2c441f897abda948ace33a4&quot; frameborder=&quot;0&quot; width=&quot;1152&quot; height=&quot;864&quot; webkitallowfullscreen mozallowfullscreen allowfullscreen&gt;&lt;/iframe&gt;</html><height>864</height><width>1152</width><provider_name>Loom</provider_name><provider_url>https://www.loom.com</provider_url><thumbnail_height>864</thumbnail_height><thumbnail_width>1152</thumbnail_width><thumbnail_url>https://cdn.loom.com/sessions/thumbnails/a0ed5001a2c441f897abda948ace33a4-1644527112291.gif</thumbnail_url><duration>111</duration><title>How to add a shroud that displays across multiple steps</title><description>Script to add to the Body of the first step you want to include the Shroud:
if(chmln.$(&apos;#custom-shroud&apos;).length==0){var rshroud=chmln.$(&apos;&apos;);rshroud.insertBefore( &quot;#chmln-dom&quot; );rshroud.css({position:&apos;fixed&apos;,top: 0,left: 0,right: 0,bottom: 0,&apos;background-color&apos;: &apos;#000000&apos;,opacity: 0.4,&apos;z-index&apos;: 9999999});}

You can update &apos;background-color&apos; and opacity to adjust how the Shroud looks, the code above is set to black and 40% opacity.

Additional action Javascript code to add to the button you click to end the Tour or whenever you want the Shroud to stop displaying:
rshroud.remove();delete window.rshroud;</description></oembed>