Hello everyone !
I need to know if there is a way in Pixi to add width to the renderer view without scaling the content.
I already tried using renderer.autoResize = false with no success.
For example :
// First I set the height of the view
var h = window.innerHeight-100;
renderer.view.style.height = h + "px";
// Then, I set the width with the good factor to keep everything in a good shape
renderer.view.style.width = (h*2.666) + "px";
// I would like to be able to add width after without affecting the shape of the sprites
renderer.view.style.width+=[missingWidthToFillTheSc