Remove width spec from objdetect image when viewing fullscreen

This commit is contained in:
Isaac Connor
2023-03-26 10:50:11 -04:00
parent 8f96f7de8b
commit aff04e3230

View File

@@ -234,7 +234,7 @@ if (file_exists($Event->Path().'/snapshot.jpg')) {
}
if (file_exists($Event->Path().'/objdetect.jpg')) {
echo '
<a href="?view=image&eid='. $Event->Id().'&amp;fid=objdetect&width='.ZM_WEB_LIST_THUMB_WIDTH.'">
<a href="?view=image&eid='. $Event->Id().'&amp;fid=objdetect">
<img src="?view=image&eid='. $Event->Id().'&amp;fid=objdetect" width="'.ZM_WEB_LIST_THUMB_WIDTH.'" alt="Detected Objects"/>
</a>
';