during game, enlarge smaller question images to fit into parent element
play.kahoot.it by greenorca
Details
Authorgreenorca
LicenseNo License
CategoryKahoot
Created
Updated
Size444 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name play.kahoot.it
@version 20210928.06.16
@namespace userstyles.world/user/greenorca
@description during game, enlarge smaller question images to fit into parent element
@author greenorca
@license No License
==/UserStyle== */
@-moz-document domain("kahoot.it") {
/*
enlarge smaller pictures (e.g. class diagrams)
*/
div[data-functional-selector="media-container"] img{
width: 100%;
}
}