Hello!
I updated the theme yesterday and when I embedding a youtube video or place a title/caption to a picture. Its getting small. I can change the height but the width is stuck.
Any idea?
Hello!
I updated the theme yesterday and when I embedding a youtube video or place a title/caption to a picture. Its getting small. I can change the height but the width is stuck.
Any idea?
This can’t be theme related issue. Instead of trying to use embed code try to use oEmbed which is built-in WordPress feature.
Here you can read more about it: http://codex.wordpress.org/Embeds
When adding images, are you sure that you have selected full size option like so:
I will try it. Thank you!
It was this:
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
I had 50% instead of 100…