Answer the question
In order to leave comments, you need to log in
Why is the image not opening?
The windows photo viewer cannot display the image. There may not be enough RAM. Close some unused programs or the hard drive is almost full, free up some disk space, then try again
Answer the question
In order to leave comments, you need to log in
You need four different timers, that is, their identifiers need to be written to different variables. And in the after section, respectively, call clearTimeout() four times in a row
//например
var timerInSlider1, timerInSlider2, timerInSlider3, timerInSlider4;
//Минимальные изменения вашего кода
var timerInSlider = [1,2,3,4]; //массив для четырёх таймеров
$.scrollify({
section: ".section",
scrollbars: true,
interstitialSection: ".non-full-height",
overflowScroll: true,
before: function(indexBigSlider, sections){
if(indexBigSlider == 2) timerInSlider.forEach((e,i) => { //цикл
timerInSlider[i] = setTimeout(function(){
$(".fullwidth-slider").trigger('owl.next');
console.log((i+1)+" итерация");
}, 12000 * (i+1)); //время зависит от номера таймера
//остальной код убрали
});
},
after: function(indexBigSlider, sections){
if(indexBigSlider == 3){
console.log("След слайдер");
//также в цикле убираем
timerInSlider.forEach(e=>clearTimeout(e));
}
}
});
Very similar to a broken image that the viewer stumbles over. I have the same inscription in Win7. At the same time, IrfanView opens it normally.
Most likely, the standard image viewer is incompatible with some metadata, in particular, with a color profile recorded by a smartphone, for example. You can convert the color profile (GIMP, Photoshop), remove metadata (EXIF Purge, ImageMagick), or add a compatible color profile to the system (so-so solution, since you may need to attach a standard color profile to your monitor and printer).
opened on the Yandex disk ... try to open it yourself through Yandex, then save as .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question