ruricolist/spinneret

When embedding youtube iframe, allowfullscreen tag is not allowed

joshcho opened this issue · 0 comments

Standard youtube embeds are in this form:

(format nil "<iframe width=\"560\" height=\"315\" src=\"~a\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>"
                url)

But :allowfullscreen tag causes compile errors.