artpolikarpov / fotorama

A simple, stunning, powerful jQuery gallery.
http://fotorama.io
Other
1.58k stars 378 forks source link

Fotorama data-full doesn't work with srcset #490

Closed cakeofchaos closed 5 years ago

cakeofchaos commented 8 years ago

When I use fotorama like this: img src="1.jpg" data-full="1_big.jpg" srcset="..." alt="alt" Browser show it like this: img src="1_big.jpg" srcset="..." alt="alt" //for fullscreen mode img src="1.jpg" srcset="..." alt="alt" But when I open fullscreen mode, I have 1.jpg image instead of "1_big.jpg". Big image does not load for some reasons.