Any element can become a click target for MediaFrame eg: below we use 2 <img
elements:
1.
2.
The above image No.2, demonstrates what happens when the image is too large to fit
in the viewport of the screen? In this case, you can either let it default to making
the image draggable(the default) or let it squeeze to fit.
When the image becomes dragable it is clipped to fit the screen,
and to see the clipped portions of the image, you have to drag the clipped portions
into view. A bit like scrolling but not as annoying and this gets rid of the
scrollbars all together :-)
Or simply a hyper link Oh and check this out
If you prefer that the image is forced to fit in the viewport, that's very much
possible as well. You simply set the respective property setting to force this :
LargeMediaItem="SqueezeToFit"
And we can do this all day. Enough playing around! :-)