From 911a65791aaf4459d5abec1c681cd7677690806d Mon Sep 17 00:00:00 2001 From: Kim Nguyen Date: Tue, 19 Apr 2022 13:47:51 -0400 Subject: [PATCH] Fix thumbnail uri call. --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 6a3bd64..87a1bf5 100644 --- a/functions.php +++ b/functions.php @@ -84,9 +84,9 @@ function centerrow_output_lightgallery($files = null) { } } $videoSrcJson = json_encode($videoSrcObject); - $html .= '
  • '; + $html .= '
  • '; } else if ($mediaType == 'application/pdf') { - $html .= '
  • '; + $html .= '
  • '; } else { $html .= '
  • '; }