Forum Discussion
CassandraLee
2 months agoCommunity Member
How to add iframe title?
Our Higher-Ed client performed 508 testing on our Storyline presentation. They reported that "The iframe does not have a title" as it relates to A11Y-3447. The ANDI Output states " Iframe has no acce...
MathNotermans-9
4 hours agoCommunity Member
These lines of Javascript on each slide 'on Timelinestart' can change the title. Both in the HTML as in the Storyline player.
document.querySelector('title').textContent = "testtitle 1";
document.querySelector("#top-bar > h1 > div > div").textContent = "testtitle 1";