Set same size of widget image

Home Forums Legacy Support Support queries Setup issues Set same size of widget image

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #338281
    tonic
    Participant
    Hi there How is it possible to fix the size of widget image like here https://prt.sc/ydr5ld ? Sometimes it shows bigger, sometimes smaller I want have only one size. And if possible use default image for no image and no video preview uploadet.
    #338417
    Veronica
    Moderator
    hi just tried to check your provided screenshot but it is not available http://prntscr.com/yhfe5i if it is something related to CSS then we can fix it with custom CSS code for that please provide exact screenshots and URL
    #338539
    tonic
    Participant
    Indeed. This one https://prnt.sc/yjoefe works.
    #338541
    tonic
    Participant
    This reply has been marked as private.
    #338694
    Ada
    Participant
    Hi, Please use this css code in appearace>> customize>> custom css to fix height of image of the specified page
    
    .home-page .block.courseitem.course6 .block_media img {
        height: 240px !important;
        width:340px;
    }
    
    #338725
    tonic
    Participant
    This reply has been marked as private.
    #338937
    Ada
    Participant
    Hi this code is working when I check. https://reccloud.com/u/ctfqk01 If it's not working when you try then please share your admin credentials . I'll check myself and do the required changes for it.
    #339018
    tonic
    Participant
    Hi Ada sorry, you are right. The problem appears if the moderator doesn´t set a future image. Is it possible to set the default image for the case if the moderator doesn´t set a future image?
    #339185
    Veronica
    Moderator
    Hi Please go to Wp-admin > Wplms > Course Manager > Course default avatar Refer: http://prntscr.com/mlhtq3 From here you can set the default image.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Set same size of widget image’ is closed to new replies.