diff --git a/src/wp-content/themes/lqdvi/archive.php b/src/wp-content/themes/lqdvi/archive.php
index 54d93f34..456b5b44 100644
--- a/src/wp-content/themes/lqdvi/archive.php
+++ b/src/wp-content/themes/lqdvi/archive.php
@@ -140,14 +140,26 @@ if (have_posts()) : while (have_posts()) : the_post();
$image_thumb = wp_get_attachment_image_src($image_id, 'large', true);
- $pp_blog_image_width = 570;
- $pp_blog_image_height = 260;
+ $pp_blog_image_width = 150;
+ $pp_blog_image_height = 150;
}
?>
+
+
+
+
+
+
+
-
-
-
+
diff --git a/src/wp-content/themes/lqdvi/blog.php b/src/wp-content/themes/lqdvi/blog.php
index ef3ffe51..d38582e9 100644
--- a/src/wp-content/themes/lqdvi/blog.php
+++ b/src/wp-content/themes/lqdvi/blog.php
@@ -184,17 +184,28 @@ if (have_posts()) : while (have_posts()) : the_post();
{
$image_id = get_post_thumbnail_id(get_the_ID());
$image_thumb = wp_get_attachment_image_src($image_id, 'large', true);
-
-
- $pp_blog_image_width = 570;
- $pp_blog_image_height = 260;
+ $pp_blog_image_width = 150;
+ $pp_blog_image_height = 150;
}
?>
-
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/src/wp-content/themes/lqdvi/category.php b/src/wp-content/themes/lqdvi/category.php
index 99eec7f9..375c12b6 100644
--- a/src/wp-content/themes/lqdvi/category.php
+++ b/src/wp-content/themes/lqdvi/category.php
@@ -115,18 +115,30 @@ if (have_posts()) : while (have_posts()) : the_post();
{
$image_id = get_post_thumbnail_id(get_the_ID());
$image_thumb = wp_get_attachment_image_src($image_id, 'large', true);
-
-
- $pp_blog_image_width = 570;
- $pp_blog_image_height = 260;
+ $pp_blog_image_width = 150;
+ $pp_blog_image_height = 150;
}
?>
+
+
+
+
+
+
+
+
+
-
-
-
-
+