Is there any way I can get Views to output a field with HTML5 tags
<audio> <video>
instead of the normal
<div> <h1>
etc.?
I am hoping to be able to use a port of D7's MediaElements.js module.
GitHub Issue #:
1966
Is there any way I can get Views to output a field with HTML5 tags
<audio> <video>
instead of the normal
<div> <h1>
etc.?
I am hoping to be able to use a port of D7's MediaElements.js module.
Posted 1 day 4 hours ago by (ian) in How-To and Troubleshooting
Posted 1 day 8 hours ago by (leeksoup) in How-To and Troubleshooting
Posted 1 day 11 hours ago by (Rogelio) in How-To and Troubleshooting
Recent comments
@yorkshirepudding - Thank you! That's just what I needed. In the code, it's actually fontyourface_ui_settings_form (with underscores rather than dashes). Now it's working ... I only have to figure...
Question about hook_form_FORM_ID_alter
Oh the benefits of a new set of eyes.... I don't know how many times I've looked at that css and not spotted that! Mind you, in my defense, my eyes are over 70 years old (and obviously in need of...
How to over-ride grid-flexbox.css
thanks yorkshirepudding, i used the CSS Injector option with this code and it works .views-table caption { font-weight: bold; color: blue; font-size: 26px; }
How to change the format of the Views group title field?