You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the _imageAlignmentproperty is required to be set in order for a popup image to appear. Can we default to _imageAlignment: "left" or something so that this doesn't break popup images?
)
* set default for _imageAlignment for popup images
* align _imageAlignment for popup images with schema defaults
schema defaults to 'right'
* refine _imageAlignment condition
Co-authored-by: Oliver Foster <[email protected]>
* only apply _imageAlignment class if item has image
---------
Co-authored-by: Oliver Foster <[email protected]>
Subject of the issue
Currently, the
_imageAlignment
property is required to be set in order for a popup image to appear. Can we default to_imageAlignment: "left"
or something so that this doesn't break popup images?https://github.com/adaptlearning/adapt-contrib-hotgraphic/blob/master/templates/hotgraphicPopup.jsx
The text was updated successfully, but these errors were encountered: