diff --git a/ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml b/ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml index 081a3bcc..761f63b8 100644 --- a/ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml +++ b/ProjectLighthouse/Pages/Partials/PhotoPartial.cshtml @@ -1,14 +1,13 @@ @using LBPUnion.ProjectLighthouse.Types - @model LBPUnion.ProjectLighthouse.Types.Photo -
+ style="position: absolute; transform: rotate(180deg)"> + + style="width: 100%; height: auto; border-radius: .28571429rem;">

@@ -31,14 +30,16 @@ } +@{ + PhotoSubject[] subjects = Model.Subjects.ToArray(); + foreach (PhotoSubject subject in subjects) subject.Username = subject.User.Username; +}