Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Luca5 Newcomer
@Luca5 · Joined 8 years ago · 6 posts · 3 topics · 1 reputation
Badges
Recent posts
-
TNT search ending in parentheses ')' gives error
· 6 years ago
Hi, I have a site that uses TNT Search. When the search query ends with a round bracket, like: ), it returns an error. If I enable simple logging of errors, the error message is: E_ERROR - Allowed m
-
Parent dropdown not listing all folders & subfolders
· 7 years ago
Hi, I had the same issue, it has to do with an update of the admin plugin. To solve it you need to open the admin plugin settings and just hit save. It will be fixed in the next release of the admin p
-
XSS 'invalid_protocols' warning whenever content contains 'data:'
· 7 years ago
Hi, Whenever I save a page that contains the word data followed by a colon, like data: I get an XSS warning "NOTICE: Grav found potential XSS issues in content: 'invalid_protocols'". Is that a bug? C
-
How to add muted and playsinline attributes to video?
· 8 years ago
I've created a pull request. My first one, yay 🙌 Hope I did it right...
-
How to add muted and playsinline attributes to video?
· 8 years ago
Thanks. Indeed, I did some more digging and noticed in VideoMedium.php that the tags were not supported. Thought it might be a good enhancement so logged an enhancement request.
-
How to add muted and playsinline attributes to video?
· 8 years ago
I have a site in which I would like some videos to behave as GIFs. For these videos to be properly handled on iOS and in Chrome I need to add the following attributes to the video tag: autoplay loop