How to make gallary album phaser 3 ?

How to make gallary album phaser 3 ?

You can use

this.load.image(
    'imageKey', 
    src='src stuff'
  );

in preload
and

gameState.imageName = this.add.sprite(possitionHere, possitionHere, 'imageKey')

in create
to load images