Skip to content

Commit be12178

Browse files
author
Jo Hasenau
committed
[TASK] Removed redundant setup for containerBackgroundImage
1 parent a3fd5f1 commit be12178

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

Configuration/TypoScript/setup.txt

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -12,48 +12,3 @@ config.compressCss = 0
1212
config.compressJs = 0
1313
config.concatenateCss = 0
1414
config.concatenateJs = 0
15-
16-
lib.containerBackgroundImage >
17-
lib.containerBackgroundImage = COA
18-
lib.containerBackgroundImage {
19-
wrap = <style>|</style>
20-
if.isTrue.field = media
21-
10 = COA
22-
10 {
23-
10 = FILES
24-
10 {
25-
references {
26-
table = tt_content
27-
fieldName = media
28-
uid.field = uid
29-
}
30-
maxItems = 1
31-
renderObj = COA
32-
renderObj {
33-
10 = IMG_RESOURCE
34-
10 {
35-
file.import.data = file:current:publicUrl
36-
file.width = 768m
37-
stdWrap.stdWrap.dataWrap = background:url({TSFE:lastImgResourceInfo|3}) no-repeat center center; background-size:cover; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='{TSFE:lastImgResourceInfo|3}',sizingMethod='scale'); -ms-filter: 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="{TSFE:lastImgResourceInfo|3}", sizingMethod="scale")';
38-
stdWrap.wrap = { | }
39-
stdWrap.wrap.dataWrap = #c{field:uid} |
40-
}
41-
20 < .10
42-
20 {
43-
file.width = 992m
44-
stdWrap.noTrimWrap = | @media (min-width: 768px) {|}|
45-
}
46-
30 < .10
47-
30 {
48-
file.width = 1200m
49-
stdWrap.noTrimWrap = | @media (min-width: 992px) {|}|
50-
}
51-
40 < .10
52-
40 {
53-
file.width = 1920m
54-
stdWrap.noTrimWrap = | @media (min-width: 1200px) {|}|
55-
}
56-
}
57-
}
58-
}
59-
}

0 commit comments

Comments
 (0)