image size in courses

Home Forums Legacy Support Support queries Styling issues image size in courses

Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #19870
    salesforcepak
    Spectator
    hi i want to have same size for all the course images , every user have different size so it looks odd. Thanks i have applied custom css as mentioned here https://wplms.io/support/knowledge-base/force-course-block-images-of-same-size/ image is attached so guide me. Kindly check the attachments.
    #19875
    salesforcepak
    Spectator
    sorry by mistake i attached first pic here is the pic of page builder settings.
    #19935
    H.K. Latiyan
    Participant
    Please add min-height:200px; in your css. Your css should look like:
    .courseitem .block_media{
    
    max-height:200px;
    
    min-height:200px;
    
    }
    If the above doesnot help then please share the site url.
    #21354
    salesforcepak
    Spectator
    its may be work for new images instructors are uploading, but its not changing the courses instructors have already uploaded. for example i have 60 courses and each have different course size image, i pasted the above code yes it restricts instructors when they create new course, but what about the courses we have already how to change there size.its not changing. thanks
    #21467
    H.K. Latiyan
    Participant
    Can you please share the page url.
    #21582
    salesforcepak
    Spectator
    its www(dot) lavenircampus(dot)com.
    #21608
    H.K. Latiyan
    Participant
    Please use this custom css:
    .grid-item .block_media img{
    
    max-height:200px;
    
    min-height:200px;
    
    }
    #21643
    salesforcepak
    Spectator
    Done thanks i have sent you details on email. kindly check bigbluebutton problem.
    #21730
    H.K. Latiyan
    Participant
    Thanx for confirming, the issue is resolved. Marking as resolved and closing the topic.
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘image size in courses’ is closed to new replies.