in breakdance\subplugins\breakdance-elements\elements\Gallery\element.php
on line 73 default properties there is the following set.
'images' => [
'aspect_ratio' => '75%',
'background' => '#30',
],
however the images section of the ui doesn't contain aspect ratio. it is in the layout section.
probably left over from an earlier version.
in breakdance\subplugins\breakdance-elements\elements\Gallery\element.php
on line 73 default properties there is the following set.
'images' => [
'aspect_ratio' => '75%',
'background' => '#30',
],
however the images section of the ui doesn't contain aspect ratio. it is in the layout section.
probably left over from an earlier version.