Bigger ads slider for app theme 3.4.1
i changed the size in images.php
/ Image sizes
set_post_thumbnail_size( 100, 100 ); // normal post thumbnails
add_image_size( 'blog-thumbnail', 150, 150 ); // blog post thumbnail size
add_image_size( 'sidebar-thumbnail', 150, 104, true ); // sidebar blog thumbnail size
so the width is working but the hight still doesn't work. im also using the regenerate thumbnail but is still them same.
where can i find the code the fix the hight of sidebar blog thumbnail size?
i am using apptheme 3.4.1