Home General Various News Spotify Intros Section Built Around Video Game Music

Spotify Intros Section Built Around Video Game Music

285

« Previous Story
Nordic Games Rebrands As THQ Nordic, 13 Unannounced Titles On The Way

Video game soundtracks oft feature great original music and now it’s easier to find songs from a large number of games using Spotify. The music streaming service has introduced a new portal built around video game music. It features full soundtracks for games like No Man’s Sky, Battlefield Hardline, the Halo franchise, Grand Theft Auto V, and Uncharted 4.

Through the same Spotify Gaming portal, you can check out curated playlists that are meant to enhance your gaming. Among the playlists are “electronic gaming,” “epic gaming,” and “hip hop gaming.”

‘);
$(“.prbtn”).click(function(e) {
if ($(“.prbtn”).first().text()==’Show Original Press Release’)
$(“.prbtn”).text(‘Hide Original Press Release’);
else
$(“.prbtn”).text(‘Show Original Press Release’);
$(“.text > div.pr”).slideToggle(200);
});

$(“.text a > img”).parent().click(function(e) {
e.preventDefault();

var index=$(“.text a > img”).index(e.target);

var items = [];
$(‘.text a > img’).each(function() {
var item={
src: $(this).parent().attr(‘href’),
w: $(this).parent().data(‘w’),
h: $(this).parent().data(‘h’),
};

items.push(item);
});

var pswpElement=$(‘.pswp’)[0];
var options = {
index: index,
history: false,
bgOpacity: 0.9,
showHideOpacity: true,
shareEl: false,
tapToClose: true,
fullscreenEl: false,
}
var gallery = new PhotoSwipe(pswpElement, PhotoSwipeUI_Default, items, options);
gallery.init();

function moveButtons() {
var i=gallery.currItem;
$(‘.pswp__button–arrow–right’).css(‘right’, i.bounds.center.x);
$(‘.pswp__button–arrow–left’).css(‘left’, i.bounds.center.x);
}
gallery.listen(‘resize’, moveButtons);
gallery.listen(‘imageLoadComplete’, moveButtons);
gallery.listen(‘afterChange’, moveButtons);
});

/*
$(“.text a > img”).parent().magnificPopup({
type:’image’,
disableOn: 500,
gallery: { enabled: true },
zoom: {
enabled: true,
duration: 300 // don’t foget to change the duration also in CSS
},
});
*/

});

Source

LEAVE A REPLY

Please enter your comment!
Please enter your name here