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.
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.