Skip to content

Instantly share code, notes, and snippets.

@teeceepee
Created June 13, 2016 15:21
Show Gist options
  • Save teeceepee/c61ab8394a10c33d53e936ab076e6160 to your computer and use it in GitHub Desktop.
Save teeceepee/c61ab8394a10c33d53e936ab076e6160 to your computer and use it in GitHub Desktop.
Bilibili 显示视频封面图片
$('.cover_image').css({
display: 'inline-block',
height: '128px',
position: 'absolute',
top: '42px',
'z-index': '1000'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment