WCF icon indicating copy to clipboard operation
WCF copied to clipboard

Support media query in SCSS preload link

Open Sir-Will opened this issue 2 years ago • 0 comments

Hi,

it would be great if we can use the media query in the preload feature. For example:

--woltlab-suite-preload:	#{preload(
                                '../images/custom/header_large.jpg',
                                $as: "image",
                                $crossorigin: false,
                                $type: "image/jpg",
                                $media: "(min-width: #{$wcfLayoutMaxWidth + 1px})",

Sir-Will avatar Mar 03 '23 21:03 Sir-Will