• Hi great theme. I noticed that a youtube video I posted on my blog didn’t resize properly on mobile devices.

    I added the following code to my child-theme:

    .entry-content img,
    .entry-content iframe,
    .entry-content object,
    .entry-content embed {
            max-width: 100%;
    	max-height: auto;
    }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Youtube Video Responsive’ is closed to new replies.