- 🇪🇸Spain pcambra Asturies
I've faced a somehow related issue with Floursish oEmbeds, not in terms of aspect ratio but in terms of the maxwidth/maxheight not overriding the default height and weight, for example:
https://app.flourish.studio/api/v1/oembed?url=https://public.flourish.st...
Should display a width of 960px but it shows the default 700px as it is forced by the weight attribute in the returned JSON file.
Adding a solution like #27 for the type_rich would be my suggestion to solve this.
- 🇬🇧United Kingdom alexpott 🇪🇺🌍
We need to do some work on the support of regular expression strings.
1. The form help text does not seem right
2. We need to validate the strings
3. The defaults are too greedy
4. The update function does not look right. - 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
Left some comments on the MR - I think we need to be defensive here for the edge cases like when
getUrl
throws an exception or the field-item is empty.