File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 36
36
}
37
37
}}
38
38
<iframe
39
- class =" filter_embedquestion-iframe" allowfullscreen
39
+ class =" filter_embedquestion-iframe" allowfullscreen loading = " lazy "
40
40
title =" { { iframedescription} } "
41
41
src =" { { { showquestionurl} } } "
42
42
id =" { { embedid} } " { { #name} } name =" { { name} } " { { /name} } ></iframe >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public static function get_cases_for_test_filter(): array {
79
79
$ cases ['defaultoptions ' ] = [
80
80
'{Q{cat/q| ' . $ requiredtoken . '}Q} ' ,
81
81
'<iframe
82
- class="filter_embedquestion-iframe" allowfullscreen
82
+ class="filter_embedquestion-iframe" allowfullscreen loading="lazy"
83
83
title=" ' . $ title . '"
84
84
src=" ' . $ expectedurl . '"
85
85
id="cat/q"></iframe> ' ,
@@ -110,7 +110,7 @@ class="filter_embedquestion-iframe" allowfullscreen
110
110
'behaviour=immediatefeedback|marks=10|markdp=3|generalfeedback=0|forcedlanguage=en| ' .
111
111
$ requiredtoken . '}Q} ' ,
112
112
'<iframe
113
- class="filter_embedquestion-iframe" allowfullscreen
113
+ class="filter_embedquestion-iframe" allowfullscreen loading="lazy"
114
114
title=" ' . $ title . '"
115
115
src=" ' . $ expectedurl . '"
116
116
id="AVquestions/---100"></iframe> ' ,
You can’t perform that action at this time.
0 commit comments