[ home / board list / faq / random / create / bans / search / manage / irc ] [ ]

/webm/ - WebM

Focused on WebM. Nothing else.

Catalog

8chan Bitcoin address: 1NpQaXqmCBji6gfX8UgaQEmEstvVY7U32C
The next generation of Infinity is here (discussion) (contribute)
A message from @CodeMonkeyZ, 2ch lead developer: "How Hiroyuki Nishimura will sell 4chan data"
Email
Comment *
File
* = required field[▶ Show post options & limits]
Confused? See the FAQ.
Options
Password (For file and post deletion.)

Allowed file types:jpg, jpeg, gif, png, webm, mp4, swf
Max filesize is 8 MB.
Max image dimensions are 10000 x 10000.
You may upload 3 per post.


WebM Requests // Beginner's guide to WebM

File: 1412049012327.webm (756.08 KB, 480x360, 4:3, when_the_fire_nation_atta….webm)

 No.251

Mod: Thank you for reporting that. Everything should be fine now.

This board is using the custom CSS rule to hide all GIFs
[code]
img[src*="gif"] {
display: none!important;
}
[/code]

However, it also hides the collapse video button next to inline videos, leaving them unable to be closed.
[code]
<img src="/static/collapse.gif" alt="[ - ]" title="Collapse video" style="margin-left: -15px; float: left; display: inline;">
[/code]

Suggestion: change the CSS rule to
[code]
img.post-image[src*=".gif"] {
display: none !important;
}
[/code]
which should only apply to posted images.

Note: Ideally, [src$=".gif"] should be used instead of [src*=".gif"], since it only selects strings that ends in ".gif". However, I'm unable to get it to work in my testings.
Post last edited at

 No.252

Mod: Thanks, I have updated the CSS.

In the meantime, the temporary fix for users is to add the following style rule to Options -> User Css:

[code]
img[src="/static/collapse.gif"] {
display: inline!important;
}
[/code]
Post last edited at

 No.339

File: 1412328778007.webm (156.4 KB, 1280x720, 16:9, the count.webm)

bump



[Return][Go to top][Catalog][Post a Reply]
Delete Post [ ]
[]
[ home / board list / faq / random / create / bans / search / manage / irc ] [ ]