I just add css rule on my multiedit region.
<div id=”banner”>
<?php multieditDisplay(‘banner’); ?>
</div>
add the css rule:
#banner img {
width: 100%;
}
That works for me
‘Back’ button does not show up for me, and also only the last page of form fields are submitted.