diff --git a/OurUmbraco.Site/macroScripts/repository-view-project.cshtml b/OurUmbraco.Site/macroScripts/repository-view-project.cshtml index 129b9d0f..8b81e6c2 100644 --- a/OurUmbraco.Site/macroScripts/repository-view-project.cshtml +++ b/OurUmbraco.Site/macroScripts/repository-view-project.cshtml @@ -145,9 +145,15 @@

Screenshots

@foreach (var image in Project.ScreenShots) { - - - + if (image.Path.EndsWith("gif") || + image.Path.EndsWith("png") || + image.Path.EndsWith("jpg") || + image.Path.EndsWith("jpeg")) + { + + + + } }