李金霓
2013年8月20日 00:25
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
琳西特莉MV扮電影《星際大戰》中的莉亞公主。(圖/環球)
記者李金霓/台北報導
從YouTube崛起的「魔琴少女」琳西特莉(Lindsey Stirling)在最新的網路Cosplay影片中,紮起包頭扮演電影《星際大戰》中的莉亞公主,並演奏電影配樂組曲,復古可愛的造型獲得廣大網友的讚賞。而她自己則因看過《少年Pi的奇幻漂流》,非常喜歡台灣李安導演,「這是一部美麗的電影,尤其特效部份是空前的成就,讓我印象非常的深刻。」
在舞台上的琳西活力四射,接受訪問時也熱情親切,但其實她曾經有過憂鬱症傾向,嚴重時還出現過厭食的情形,「當時我一點都不快樂,也不想再快樂起來,這感覺真的很可怕,我花了很長一段時間才鼓起勇氣承認自己發生了問題。」幸好當時媽媽警覺發現,並鼓勵琳西接受專業的幫助,才順利克服難關,她也希望以自身故事鼓勵正在與憂鬱症搏鬥的人。
▲唱片公司送揚琴模型給琳西當見面禮。(圖/環球)
從默默無聞的小提琴手,變成拿下銷售排行冠軍的潛力新秀,琳西特別感謝一路在網路上支持她的樂迷。琳西的YouTube頻道超過290萬人訂閱,比傑斯、蕾哈娜等天王天后都還多,她笑說:「我只是做自己喜歡並且有熱情的事, 剛好有這麼多人喜歡,所以我認為重點是靠著熱情創作出自己的作品。」
日前琳西參加首爾「Super Sonic」音樂祭,趁著空檔接受台灣媒體的訪問,談到首次造訪亞州的感想,琳西表示:「亞洲真的是一個很酷的地方,每個人都很好,臉上永遠掛著笑容。」除了樂收唱片公司送上的揚琴模型見面禮之外,也感謝台灣歌迷的支持,並相約早日到台灣與樂迷相見。
關鍵字:
明星
魔琴少女
琳西特莉
李安
星際大戰
音樂
▼琳西特莉《Star Wars Medley》MV。(影/取自youtube,如遭移除請見諒)
[embedded content]
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表