DEV Community

Discussion on: Responsive Image Gallery like Shutterstock, Pixabay and Adobe Stock using HTML CSS & JavaScript

Collapse
 
liluleni profile image
Lilu

I changed your script in:
var a = document.getElementById("main").querySelectorAll('.img')[0].naturalWidth
var b = document.getElementById("main").querySelectorAll('.img')[0].offsetWidth
alert(a);
alert(b);

var a is not working

Thread Thread
 
krishna_soni profile image
Krishna Soni

that's mean naturalWidth property not work on ios 15.6