diff --git a/src/Images/ImageExpand.coffee b/src/Images/ImageExpand.coffee index 97650cf8f..ad73e4332 100644 --- a/src/Images/ImageExpand.coffee +++ b/src/Images/ImageExpand.coffee @@ -182,7 +182,7 @@ ImageExpand = if isVideo # add contract link to file info - if Conf['Show Controls'] and Conf['Click Passthrough'] and !file.videoControls + if !file.videoControls file.videoControls = ImageExpand.videoControls.cloneNode true $.add file.text, file.videoControls