resize image in jquery don't applied
i want to resize some images when page load.i wrote this codes: but some times applied but sometimes don't applied. any ideas?? $(document).ready(function () { $( ".img-product" ).each(function( index ) { let h=$( this ).height(); let w=$( this ).width(); //console.log(…