Blog
Documentation
Book a Demo
toggle menu
Categories
Discussions
Activity
Best Of...
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Best Of...
Sign In
·
Register
×
Home
›
Vanilla 2.0 - 2.8
Discussion
How to adjust width of embedded widths in vanilla 2?
Author
Date within
1 day
3 days
1 week
2 weeks
1 month
2 months
6 months
1 year
of
Examples: Monday, today, last week, Mar 26, 3/26/04
Search
Please upgrade
here
.
These earlier versions are no longer being updated and have security issues.
HackerOne users
: Testing against this community violates our program's Terms of Service and will result in your
bounty being denied
.
How to adjust width of embedded widths in vanilla 2?
MichaelPierce
November 2010
edited November 2010
in
Vanilla 2.0 - 2.8
I'm looking to make the widths of the auto embed of youtube videos be wider, where is this setting at?
Tagged:
embed
videos
0
Comments
Mark
Vanilla Staff
November 2010
Isn't it in the embed code from youtube?
0
TiGR
✭
November 2010
@Mark
, I did a pull request to add this into core:
https://github.com/vanillaforums/Garden/pull/656
(well, when I did it originally there were only 4 commits. Don't know why they became 9)
Direct commit link:
https://github.com/TiGR/Garden/commit/afc6db216752bfdee34529a5f8983067a5d07f8c
0
Mark
Vanilla Staff
November 2010
Ahh - Pulled here:
https://github.com/vanillaforums/Garden/commit/6866347ed4a57aa5413de90ea578d9335c65cb24
Thanks!
0
TiGR
✭
November 2010
edited November 2010
Then add this one also:
https://github.com/TiGR/Garden/commit/aa06704016ec33b15ef1bdceda8d6a3b72818fd2(fix
ampersands in <object> code)
0
MichaelPierce
November 2010
@Mark
hm, well in vanilla2 I just put the url and it auto embeds with width settings so I guess I thought that might be a core setting I'd have to tweak
0
Mark
Vanilla Staff
November 2010
@MichaelPierce
- We pulled in TIGR's code to all you to customize those values - it will be in the next release
0
MichaelPierce
December 2010
Right on, thank you
@TiGR
and
@Mark
0
Sign In
or
Register
to comment.
Comments
Direct commit link: https://github.com/TiGR/Garden/commit/afc6db216752bfdee34529a5f8983067a5d07f8c
Thanks!