mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-24 06:27:07 -04:00
Remove width spec from objdetect image when viewing fullscreen
This commit is contained in:
@@ -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().'&fid=objdetect&width='.ZM_WEB_LIST_THUMB_WIDTH.'">
|
||||
<a href="?view=image&eid='. $Event->Id().'&fid=objdetect">
|
||||
<img src="?view=image&eid='. $Event->Id().'&fid=objdetect" width="'.ZM_WEB_LIST_THUMB_WIDTH.'" alt="Detected Objects"/>
|
||||
</a>
|
||||
';
|
||||
|
||||
Reference in New Issue
Block a user