pugh
1
I haven’t seen this mentioned anywhere so thought I would share.
If you want things like videos and other embeds to resize automatically, you need to enable responsive embeds: https://developer.wordpress.org/block-editor/developers/themes/theme-support/
The code specifically for this is:
add_theme_support( 'responsive-embeds' );
It needs to go in your functions (or in the case of Pinegrow custom.php) file.
Excellent tip
note: this option is set by default in the Starter Theme 2
And if you want to discover more about the Starter Theme 2, here is something VERY useful:
pugh
4
Cool, thanks. I still need to check out Starter Theme 2.
With our process, In 10 minutes, it’s all set up on your computer.
What else!