A new video clip for the Zack Snyder version of Justice League, which is getting ready to meet with its audience in March, was released. There are many easter eggs in the video, according to the description by Zack Snyder.
Justice LeagueIt appeared before the audience in 2017, but unfortunately it went down in history as a big disappointment. The production, which received negative reviews from both critics and DC fans, was also at the box office. he did not achieve the expected success.
The biggest reason behind this is the compulsory director change was shown. After the death of Zack Snyder’s daughter during filming, Joss Whedonn took over the film. According to some, this caused ruptures in the movie. Since then, DC fans have started various campaigns for Zack Snyder to release his own version. Finally, last year’s movie Zack Snyder version announced, which caused great excitement among the fans of the series. Zack Snyder, who started the project with a support of 70 million dollars, also shot for scenes that were not included in the previous movie.
Days before the release of the movie, a new 2-minute video arrived:
Zack Snyder’s Justice League will air on HBO Max on March 18. In total 4 hours 2 minutes It is known that there will be many differences from the version released in 2017 in the movie, which is confirmed to have the length.
Published by Zack Snyder in the days before the movie was released in the new video Superman (Henry Cavill), Wonder Woman (Gal Gadot), Batman (Ben Affleck), Cyborg (Ray Fisher) and Flash (Ezra Miller). In the video with Tom Waits’ Time song in the back, according to Zack Snyder, many easter egg takes place.
RELATED NEWS
New image shared for Jared Leto’s Justice League Joker
Zack Snyder was also there to answer fans’ questions and talk about the movie before the movie. Attended a live broadcast at IGN Fan Fest. In the broadcast where questions about the Justice League were answered and the allegations were evaluated, the broadcast also talked about the upcoming films.
New video from Zack Snyder’s Justice League:
Broadcast of IGN Fan Fest with Zack Snyder:
Source :
https://hypebeast.com/2021/2/justice-league-the-snyder-cut-the-mother-box-origins-clip-watch-ign-fan-fest-interview
$(function(){
//facebook window.fbAsyncInit = function() { FB.init({ appId : '1037724072951294', xfbml : true, version : 'v2.5' }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/tr_TR/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
$('body').on({ click: function() { // facebook save button ajax FB.XFBML.parse(); } }, '.facebook-save');
// share scroll if ($('.content-sticky').length > 0) { if ($(window).width() >= 768) { $(window).on('scroll', function () { var scrollTop = $(this).scrollTop(); $('article').each(function () { if (scrollTop >= ($(this).find('.content-body').offset().top - 76)) { $(this).find('.content-sticky').addClass('sticky'); if (scrollTop >= ($(this).find('.content-body').offset().top + $(this).find('.content-body').height() - ($(this).find('.content-sticky').height() + 92))) { $(this).find('.content-sticky').removeClass('sticky'); $(this).find('.content-sticky').css({'bottom': '0px', 'top': 'auto'}); } else { $(this).find('.content-sticky').addClass('sticky').css({ 'bottom': 'initial', 'top': '76px' }); } } else { $(this).find('.content-sticky').removeClass('sticky').css({'bottom': 'auto', 'top': '0'}); } }); }); } }
// share click $('body').on({ click: function (){ var $this = $(this), dataShareType = $this.attr('data-share-type'), dataType = $this.attr('data-type'), dataId = $this.attr('data-id'), dataPostUrl = $this.attr('data-post-url'), dataTitle = $this.attr('data-title'), dataSef = $this.attr('data-sef');
switch(dataShareType) { case 'facebook': FB.ui({ method: 'share', href: dataSef, }, function(response){ if (response && !response.error_message) { updateHit(); } });
break;
case 'twitter': shareWindow('https://twitter.com/intent/tweet?via=webtekno&text="+encodeURIComponent(dataTitle) + " %E2%96%B6 ' + encodeURIComponent(dataSef)); updateHit(); break;
case 'gplus': shareWindow('https://plus.google.com/share?url=" + encodeURIComponent(dataSef)); updateHit(); break;
case "mail': window.location.href="https://www.webtekno.com/mailto:?subject=" + encodeURIComponent(dataTitle) +'&body='+ encodeURIComponent(dataSef); //updateHit(); break;
case 'whatsapp': window.location.href="whatsapp://send?text=" + encodeURIComponent(dataTitle) +' %E2%96%B6 '+ encodeURIComponent(dataSef); updateHit(); break; }
function shareWindow (url) { window.open(url, "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400"); }
function updateHit () { $.ajax({ type: "POST", url: dataPostUrl, data: {contentId: dataId, contentType: dataType, shareType: dataShareType}, success: function(data) {
if ($('.video-showcase').length > 0) { var $container = $('.video-showcase'); } else if ($('article[data-id="' + dataId + '"]').length > 0) { var $container = $('article[data-id="' + dataId + '"]'); } else if ($('.wt-share-item[data-id="' + dataId + '"]').length > 0) { var $container = $('.wt-share-item[data-id="' + dataId + '"]'); } else { $container = null; }
//var $container = dataType == 'video' ? $('.video-showcase') : $('article[data-id="' + dataId + '"]');
if ( $container != null && $container.length > 0 ) { var $badged = $container.find('.wt-share-badge-' + dataShareType);
var $headerCount = $('.content-header').find('.wt-share-count'), $containerCount = $container.find('.wt-share-count'), value = parseInt($containerCount.html()) + 1;
$container.data('share', value); //$containerCount.html(value);
if ($headerCount.length > 0) { //$headerCount.html(value); }
if ( $badged.length > 0 && (dataShareType == 'facebook' || dataShareType == 'twitter')) { if ($badged.hasClass('is-visible')) { //$badged.html(data); } else { //$badged.addClass('is-visible').html(data); } } }
} }); } } }, '.wt-share-button') });