Hello,
How do i change cover image size in Easyblog 5? Unfortunately, no documantation regarding that issue.
How do i change cover image size in Easyblog 5? Unfortunately, no documantation regarding that issue.
div#fd.eb .eb-post-image {
padding-bottom: 40%; // this will keep the ratio 5:2
padding-bottom: 200px; // this will fixed the height of cover image to 200px
}