# Pastebin IJTwQrNw var imageLayer = L.imageOverlay('img/map/0/0/0.png', [[-256, 0], [0, 256]]); this.map = L.map('map-container', { crs: L.CRS.Simple , zoomControl: false , attributionControl: false , minZoom: 4 , maxZoom: 6 , maxBounds: [[-256, 0], [0, 256]] , fadeAnimation: false }); this.map.on('load', function(){ Shotgun.fire('map.ready'); }).setView([-82, 95], 4); L.layerGroup([tileLayer, imageLayer]).addTo(this.map); imageLayer.bringToBack();