Skip to content

Commit

Permalink
Issue #2735023 by lucastockmann, ryanissamson: Fixed positioning of v…
Browse files Browse the repository at this point in the history
…ideo element (#67)
  • Loading branch information
lucastockmann authored and scottrigby committed Jun 16, 2016
1 parent 7e7283f commit 20b45bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public function map($field, $instance, $langcode, $items, $display) {
$pass_region = $header;
}
else if ($active_region === 'body') {
$pass_region = $header;
$pass_region = $this->instantArticle;
}
if ($pass_region) {
$this->fieldFormatVideoElement($items, $pass_region, $settings);
Expand Down

0 comments on commit 20b45bc

Please sign in to comment.