<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>Louie McGill lighting &#38; visual production</title>
	<link>https://louiemcgill.cargo.site</link>
	<description>Louie McGill lighting &#38; visual production</description>
	<pubDate>Fri, 12 Sep 2025 18:04:40 +0000</pubDate>
	<generator>https://louiemcgill.cargo.site</generator>
	<language>en</language>
	
		
	<item>
		<title>home</title>
				
		<link>https://louiemcgill.cargo.site/home</link>

		<pubDate>Fri, 12 Sep 2025 18:04:40 +0000</pubDate>

		<dc:creator>Louie McGill lighting &#38; visual production</dc:creator>

		<guid isPermaLink="true">https://louiemcgill.cargo.site/home</guid>

		<description>
html, body {
  overflow: hidden;
  touch-action: none;
}



  



  [Unmute Audio]



document.addEventListener("DOMContentLoaded", () =&#62; {
  const muteBtn = document.getElementById('mute-btn');
  const iframe = document.getElementById('vimeo-video');
  let isMuted = true;

  function vimeoCommand(cmd, value) {
    iframe.contentWindow.postMessage(JSON.stringify({ method: cmd, value }), '*');
  }

  muteBtn.addEventListener('click', () =&#62; {
    if (isMuted) {
      vimeoCommand('setVolume', 1);
      muteBtn.textContent = '[Mute Audio]';
    } else {
      vimeoCommand('setVolume', 0);
      muteBtn.textContent = '[Unmute Audio]';
    }
    isMuted = !isMuted;
  });
});


          London based production designer &#38;amp; technician, specialising in immersive stage visuals and lighting for music performances.       Skilled with show control software, stage lighting (DMX &#38;amp; lasers), and AV tech. Also a practicing AV artist producing interactive installations.   </description>
		
	</item>
		
	</channel>
</rss>