Notice: file_put_contents(): Write of 172730 bytes failed with errno=28 No space left on device in /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php on line 36
Warning: http_response_code(): Cannot set response code - headers already sent (output started at /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php:36) in /opt/frankenphp/design.onmedianet.com/app/src/Models/Response.php on line 17
Warning: Cannot modify header information - headers already sent by (output started at /opt/frankenphp/design.onmedianet.com/app/src/Arsae/CacheManager.php:36) in /opt/frankenphp/design.onmedianet.com/app/src/Models/Response.php on line 20 Any Wednesday – Broadway Play – Original | IBDB
`;
} else {
htmlGalleryToInsert = `
play_circle_filled
`;
}
$('.my-gallery-large').append(htmlGalleryToInsert);
} else {
if (isImageBroken(imgs[x])) {
continue;
}
const htmlGalleryToInsert = ``;
$('.my-gallery-large').append(htmlGalleryToInsert);
}
countImagesFull++;
}
let countImages = 0;
for (let x = 0; x < imgs.length; x++) {
if (countImages === 4) {
// todo set count
break;
}
if (isImageBroken(imgs[x])) {
// skip
} else {
let counterHtml = '';
if (countImages === 3 && (x + 1 !== imgs.length) && (countImages + 1 !== imgs.length)) {
counterHtml = `