This is the javascript I am using:
media.frame = wp.media({
title: "Choose Image",
button: {
text: "Pick Image"
},
multiple: false
});
Everything is fine but I can't seem to find a way to display the images sizes except if I set the frame to "post".
So the question is how to display the "Attachment Display Settings" section.