@@ -353,3 +353,8 @@ p.posteditortitle {
background-size: 75%;
background-position-y: center;
}
+
+.bigprofile {
+ background-size: 100%;
+ background-position-y: center;
+}
@@ -99,6 +99,11 @@ blockquote {
width: 35rem;
height: 20rem;
+.square {
+ width: 20rem;
+ height: 20rem;
@media(max-width: 35rem) {
.responsive {
width: 100%;
@@ -27,7 +27,11 @@
Your browser does not support the video tag.
</video>
: } else {
+ : if ($post.is_profile) {
+ <div class="square circle bigprofile preview" style="background-image:url(<: $post.preview :>)"></div>
+ : } else {
<div class="responsive preview" style="background-image:url(<: $post.preview :>)"></div>
+ : }
: }
<p class="midtitle"><: $post.title :></p>
</a>