create photo object if feature large photos is enabled and display those slightly different

This commit is contained in:
Mario Vavti
2015-10-20 09:36:15 +02:00
parent 54059b2f15
commit f7601756e9
10 changed files with 98 additions and 31 deletions

View File

@@ -78,8 +78,12 @@ code {
/* conv_item */
.wall-photo-item img {
width: 100% !important;
max-width: 100% !important;
}
.wall-photo-item {
display: table;
margin: 0px auto;
}
.wall-item-info {