< User:SOTO | Forum Archive | The Drax Cave
The template for the story infobox has a coding error that is causing any second behind the scenes video to not be reduced to a 250px size, which causes the page itself to be completely messed.
I've already identified the problem.
Basically, this part of the story infobox template:
{{#if:{{{bts2|}}}|{{!}}class="info-both" colspan="2" style="margin-top:3px;"{{!}}[[File:{{{bts2}}}]] }}
It should be replaced with this:
{{#if:{{{bts2|}}}|{{!}}class="info-both" colspan="2" style="margin-top:3px;"{{!}}[[File:{{{bts2}}}|250px]] }}
Just wanted to let you know.