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
Selectable gallery on image upload doesn't display images – need to use the URL from the server returned after uploading
Selectable gallery still uses <img> tags, instead of <div>s with an image background, and therefore doesn't preserve the aspect ratios of thumbnails
Both gallery types use the thumbnail for the main image as opposed to the full-size version
The pick button in the selectable gallery is only needed by the image upload form, but isn't optional, so appears on the executable upload form too and does nothing.
<img>tags, instead of<div>s with an image background, and therefore doesn't preserve the aspect ratios of thumbnailspickbutton in the selectable gallery is only needed by the image upload form, but isn't optional, so appears on the executable upload form too and does nothing.