Skip to content

Commit

Permalink
[TASK] Removed redundant setup for containerBackgroundImage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jo Hasenau committed Jun 21, 2015
1 parent a3fd5f1 commit be12178
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions Configuration/TypoScript/setup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,48 +12,3 @@ config.compressCss = 0
config.compressJs = 0
config.concatenateCss = 0
config.concatenateJs = 0

lib.containerBackgroundImage >
lib.containerBackgroundImage = COA
lib.containerBackgroundImage {
wrap = <style>|</style>
if.isTrue.field = media
10 = COA
10 {
10 = FILES
10 {
references {
table = tt_content
fieldName = media
uid.field = uid
}
maxItems = 1
renderObj = COA
renderObj {
10 = IMG_RESOURCE
10 {
file.import.data = file:current:publicUrl
file.width = 768m
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")';
stdWrap.wrap = { | }
stdWrap.wrap.dataWrap = #c{field:uid} |
}
20 < .10
20 {
file.width = 992m
stdWrap.noTrimWrap = | @media (min-width: 768px) {|}|
}
30 < .10
30 {
file.width = 1200m
stdWrap.noTrimWrap = | @media (min-width: 992px) {|}|
}
40 < .10
40 {
file.width = 1920m
stdWrap.noTrimWrap = | @media (min-width: 1200px) {|}|
}
}
}
}
}

0 comments on commit be12178

Please sign in to comment.