The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi, I've got some members that want me to add a GifV BBcode to the site.
I've gotten a way to use gifV files, but there's an odd quirk. http://i.imgur.com/zvATqgs.gifv The .gifv has to be replaced with .webm in order for it to show. Which is a bit inconvenient for my users. Code:
<video autoplay loop muted>
<source src="{param}" type="video/webm">
<source src="{param}" type="video/mp4">
</video>
--------------- Added [DATE]1462414631[/DATE] at [TIME]1462414631[/TIME] --------------- Also... If there's a way to automatically resize them if they're too big? A guy just used the above code to post a webM file on my site that was way, way too large. |
|
#2
|
||||
|
||||
|
Got this working on a VB4 board...
PHP Code:
PHP Code:
|
| 2 благодарности(ей) от: | ||
| jkotlowski, MarkFL | ||
|
#3
|
|||
|
|||
|
Quote:
|
| Благодарность от: | ||
| MarkFL | ||
|
#4
|
|||
|
|||
|
Could you tell me where to put what to get GIFVs working in my vBulletin 4 board?
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|