How do i change/filter the oembed max width settings (as set by ) admin -> media -> settings -> "Maximum embed size" before the oembed code gets executed. For example on the index pages i want it to be 540, but ona single page, i'd like to be 880?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
I believe the answer you want is here: http://forum.go41.de/topic/change-width-and-height-in-oembed-code-on-the-fly-wp-29 |
|||
|
|
Using the following in your functions.php file should do the trick:
Add as many WordPress conditional statements as you like to match the desired aspect ratio for each template. |
|||
|
|