Hi,
If you want to change the size of image in article when viewing pop to the size as the image in gallery, then all images in article view will be the same size, not only on Home page.
In order to change size image, go to back-end >> K2 Parameter >> Setting like this capture: http://easycaptures.com/fs/uploaded/557/2924906927.png
Then go to this file: <blockquote>templates/ja_lens/css/layout-tablet.css</blockquote>
Remove these lines:
.BlogView .itemImageBlock span.itemImage img {
max-width: 100% !important;
width: 100% !important;
}
Go to file: <blockquote>templates/ja_lens/css/component.css</blockquote>
Remove this line:
.itemImageBlock .itemImage img {
width: 100% !important;
}