Change dimension on attachments in single items of collection

This commit is contained in:
Fabiano Alencar 2018-08-20 17:05:26 -03:00
parent 82c497c651
commit 0d303a86ed
2 changed files with 3 additions and 3 deletions

View File

@ -197,8 +197,8 @@
.single-item-collection--attachments-img {
margin: 10px;
img {
width: 134px;
height: 116px;
width: 125px;
height: 125px;
}
}
.single-item-collection--attachments-prev {

View File

@ -73,7 +73,7 @@ if(!function_exists('tainacan_setup')) {
}
add_image_size( 'tainacan-theme-list-post', 300, 200, true );
add_image_size( 'tainacan-item-attachments', 134, 116, true );
add_image_size( 'tainacan-item-attachments', 125, 125, true );
}
}