Dinesh Wasnik
Results
2
comments of
Dinesh Wasnik
I have also same problem getting result 0 here is object. ```` {#584 ▼ +"searchTime": 0.175679 +"formattedSearchTime": "0.18" +"totalResults": "0" +"formattedTotalResults": "0" } ```` How to fix this . With...
@maximivanov I set min and max value in slider , to avoid minium and maxium zoom `$('.cr-slider').attr({'min':0.5000, 'max':1.5000}); ` I used this on image load, sample code is below ```...