When the app is first loaded the img tags are not computing the width correctly: <img width="578" alt="screen shot 2017-12-26 at 20 14 26" src="https://user-images.githubusercontent.com/10745953/34363105-7c1cb1cc-ea79-11e7-9a26-39e943ba8d52.png"> try avoiding `img` instead use the following: ``` <div style={{ background: `url(${_.escape(url)}` }} /> ``` thus helping flipmove determining the right width