Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1310750
    Kamila L
    Participant

    Hi All,

    I am trying to resize the videos on this page to be smaller(height and width) but the code isnt working.

    http://livewithintent.co/experiments-in-curiosity-how-to-explore-an-interest-in-under-an-hour/

    Can you please advise on what I should edit?

    Thanks!

    .page-id-435 .x-video .x-video-inner embed,
    .page-id-435 .x-video .x-video-inner iframe,
    .page-id-435 .x-video .x-video-inner img,
    .page-id-435 .x-video .x-video-inner object,
    .page-id-435 .x-video .x-video-inner video {
    max-width: 60%;
    height:40%;
    }

    #1310783
    Christopher
    Moderator

    Hi there,

    Please update your code to :

    .postid-435 .x-video .x-video-inner embed, .postid-435 .x-video .x-video-inner iframe, .postid-435 .x-video .x-video-inner img, .postid-435 .x-video .x-video-inner object, .postid-435 .x-video .x-video-inner video {
        width: 60%;
        height: 40%;
    }

    Hope it helps.

  • <script> jQuery(function($){ $("#no-reply-1310750 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>