Skip to content

Commit

Permalink
Update component.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Apr 9, 2024
1 parent 902d3f6 commit a045d50
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/decidim/iframe/component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@
settings: {
announcement: { en: Faker::Lorem.paragraphs(number: 2).join("\n") },
src: "",
frameborder: "0",
resize_iframe: "responsive",
height: ""
content_width: "full_width",
content_height: "16:9",
frameborder: false,
viewport_width: true,
no_margins: false
}
}

Expand Down

0 comments on commit a045d50

Please sign in to comment.