1. Will you add the following code as an option in settings when you upgrade the plugin...?
<script type="text/javascript">
var pixelRatio = window.devicePixelRatio || 1;
if(window.innerWidth/pixelRatio < 641 ) {
easy_fancybox_handler = null;
};
</script>
2. What code would I use to open images, video, pdf, audio, flash, powerpoint links in a new window?
Awaiting a reply