Skip to content

Commit

Permalink
Merge branch 'master' into 2023-11-21_reboot-settings-zip
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta authored Nov 22, 2023
2 parents 2425c6b + 5a9cf41 commit 7bf6774
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions photon-client/src/components/app/photon-camera-stream.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,7 @@ const handleFullscreenRequest = () => {

<template>
<div class="stream-container">
<img
:id="id"
crossorigin="anonymous"
:src="streamSrc"
:alt="streamDesc"
:style="streamStyle"
onclick="this.requestFullscreen()"
/>
<img :id="id" crossorigin="anonymous" :src="streamSrc" :alt="streamDesc" :style="streamStyle" />
<div class="stream-overlay" :style="overlayStyle">
<pv-icon
icon-name="mdi-camera-image"
Expand Down

0 comments on commit 7bf6774

Please sign in to comment.