Adding Pan and Zoom

Since the inclusion of jQuery mobile in the BMP you can now use a number of third party libraries to achieve new and useful UI functionality.
Zoom already exists within most operating systems but there are times when to want to enlarge the content with the answerSpace without having to zoom the whole page and menus. .

This can be done by using jQuery.panzoom

Using require.js in BIC - JQM.

Code Example (BIC JQM)
<script>

  require(['panzoom'], function()

   {

     $(".panzoom").panzoom();

   });

</script>

<div class="panzoom">

  <img src="https://d2g691qpj752hh.cloudfront.net/<your answerspace><your image reference>" width="900" height="900">

</div>

Download the BIC3 custom jQuery panzoom library file below and include within your answerSpace.

 panZoomBMP3.js