diff --git a/modules/ve/ui/dialogs/ve.ui.MWMediaInsertDialog.js b/modules/ve/ui/dialogs/ve.ui.MWMediaInsertDialog.js index 27c7333416..b919a865ef 100644 --- a/modules/ve/ui/dialogs/ve.ui.MWMediaInsertDialog.js +++ b/modules/ve/ui/dialogs/ve.ui.MWMediaInsertDialog.js @@ -55,6 +55,7 @@ ve.ui.MWMediaInsertDialog.prototype.onClose = function ( action ) { { 'type': 'mwBlockImage', 'attributes': { + 'type': 'thumb', 'align': 'right', 'href': info.descriptionurl, 'src': info.thumburl, @@ -63,6 +64,8 @@ ve.ui.MWMediaInsertDialog.prototype.onClose = function ( action ) { 'resource': './' + this.item.title } }, + { 'type': 'mwImageCaption' }, + { 'type': '/mwImageCaption' }, { 'type': '/mwBlockImage' } ] ); }