diff --git a/public_html/media/css/post-view.css b/public_html/media/css/post-view.css
index adcb046a..c147308e 100644
--- a/public_html/media/css/post-view.css
+++ b/public_html/media/css/post-view.css
@@ -1,20 +1,18 @@
-#sidebar {
+sidebar {
width: 224px;
line-height: 1.33em;
font-size: 90%;
}
-img,
-embed {
+.post-type-image img,
+.post-type-video video {
max-width: 100%;
}
-.post-type-image img {
- /*background: url('../img/bk-image.png') lemonchiffon;*/
-}
-.post-type-flash iframe {
+.post-type-youtube iframe {
+ width: 800px;
+ height: 600px;
border: 0;
- /*background: url('../img/bk-swf.png') lemonchiffon;*/
}
#sidebar .relations ul,
diff --git a/src/Views/post/post-file-render.phtml b/src/Views/post/post-file-render.phtml
index a84ba098..660f0d89 100644
--- a/src/Views/post/post-file-render.phtml
+++ b/src/Views/post/post-file-render.phtml
@@ -7,19 +7,11 @@ $post = $this->context->transport->post;
getType()->toInteger() == PostType::Image): ?>
- context->imageLink)): ?>
-
-
-
- context->imageLink)): ?>
-
-
-
getType()->toInteger() == PostType::Flash): ?>