Change dimension on attachments in single items of collection
This commit is contained in:
parent
82c497c651
commit
0d303a86ed
|
@ -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 {
|
||||
|
|
|
@ -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 );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue