From 8deb0f7ddcd39d51de68a6a1e8a0d59b9998abf2 Mon Sep 17 00:00:00 2001 From: Ravi Majithia Date: Mon, 3 Jan 2022 16:48:49 +0100 Subject: [PATCH] JI-2872 Fix h5p content font size in safari ios devices --- styles/h5p.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/h5p.css b/styles/h5p.css index 9eedeff..d50fa3e 100644 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -55,6 +55,8 @@ html.h5p-iframe .h5p-content { line-height: 1.5em; width: 100%; height: auto; + -webkit-text-size-adjust: none; + text-size-adjust: none; } html.h5p-iframe .h5p-fullscreen .h5p-content, html.h5p-iframe .h5p-semi-fullscreen .h5p-content {