發表文章 | 發起投票 |
[推廣]webm/mp4 embed
片喺 link 上面:$('a').each(function(i){ if(/(\.mp4|\.webm|\.ogg)$/ig.test($(this).attr('href'))){ $(this).before('<video width="500" height="300" controls preload="none"><source src="'+$(this).attr('href')+'" target="_self">Your browser does not support the video tag.</video><br>').after('<br>'); } });
link 喺片下面:$('a').each(function(i){ if(/(\.mp4|\.webm|\.ogg)$/ig.test($(this).attr('href'))){ $(this).after('<br><video width="500" height="300" controls preload="none"><source src="'+$(this).attr('href')+'" target="_self">Your browser does not support the video tag.</video><br>'); } });
[#f50e1e]引用先好 copy 段 script[/size=6][/#f50e1e],因為膠登將
"<" 變做 "<"
">" 變做 ">"[/quote]
使用前
使用後
特別嗚謝
勿通膠類1巴打
同提供code既天邊一條腸巴打
本貼文共有 0 個回覆
此貼文已鎖,將不接受回覆
發表文章 | 發起投票 |