Skip to content

Commit

Permalink
fixing issue with multiple row block vimeo backgrounds not playing
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-c-woodard committed Jan 19, 2025
1 parent 9d2f22c commit 78b88e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/blocks/class-kadence-blocks-row-layout-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,7 @@ public function get_video_render( $attributes ) {
'modestbranding' => 1,
'playsinline' => 1,
'rel' => 0,
'background' => 1,
)
);

Expand Down

0 comments on commit 78b88e5

Please sign in to comment.