Currently, I am designing web pages for artists to showcase their work in an upcoming exhibition. The pages are ready, but now the artists are requesting that each piece be accompanied by a laptop displaying a single webpage with a video providing information about the artwork.
However, the artists have an additional requirement - they want the laptops to be rendered completely unusable for anything other than displaying the designated webpage. The user should only have limited functions, including the ability to un/full-screen the video and browser window, play/pause the video, and prevent navigating to any other website, redirecting back to the designated page if attempted. Furthermore, the user should not be able to close the window.
Do you have any suggestions on how to achieve this? I suspect that pure PHP/CSS/jQuery/HTML may not be sufficient for this task.