angularjs - Fotorama: how should I initialize Fotorama ...
https://stackoverflow.com/questions/25011893/fotorama-how-should-i-initialize-fotorama-that-is-created-dynamically
fotorama.load([ {img: '1.jpg', thumb: '1-thumb.jpg'}, {img: '2.jpg', thumb: '2-thumb.jpg'} ]); PS If you going to create DOM element dynamically, you should add event listeners after it been added to document. for example
DA: 9 PA: 32 MOZ Rank: 11