You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The poster= argument works fine as long as it's an alphanumeric string with no punctuation marks. But when it includes dots and/or slashes as above (or any other punctuation mark), the whole template fails to render. Surrounding in single or double quotes also causes it to break. I'm using :
I want to pass in a custom "poster frame" argument for a media player embed, using syntax like:
{{ jwp /path/to/video.m4v poster=/path/to/image.png width=720 height=550 }}
The poster= argument works fine as long as it's an alphanumeric string with no punctuation marks. But when it includes dots and/or slashes as above (or any other punctuation mark), the whole template fails to render. Surrounding in single or double quotes also causes it to break. I'm using :
Any tips on how to include arguments with punctuation? Or is this a bug? Thanks.
The text was updated successfully, but these errors were encountered: