We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30fc372 commit a2bc50cCopy full SHA for a2bc50c
fluent_contents/plugins/oembeditem/models.py
@@ -113,7 +113,7 @@ def get_oembed_params(self, embed_url):
113
114
Allow to define the parameters that are passed to the backend to fetch the current URL.
115
"""
116
- return {"max_width": self.embed_max_width, "max_height": self.embed_max_height}
+ return {"maxwidth": self.embed_max_width, "maxheight": self.embed_max_height}
117
118
def _input_changed(self):
119
return (
0 commit comments