Skip to content

Commit

Permalink
Fix bug with always opening stream fullscreen onclick (#1018)
Browse files Browse the repository at this point in the history
* Update photon-camera-stream.vue

* formatting fixes
  • Loading branch information
srimanachanta authored Nov 22, 2023
1 parent 9b183eb commit 5a9cf41
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 5a9cf41

Please sign in to comment.