[PE] Fix Bug 49660
This commit is contained in:
parent
2eb8cd360a
commit
fd08cd87be
|
@ -2101,7 +2101,7 @@ define([
|
||||||
store : PE.getCollection('SlideLayouts'),
|
store : PE.getCollection('SlideLayouts'),
|
||||||
itemTemplate: _.template([
|
itemTemplate: _.template([
|
||||||
'<div class="layout" id="<%= id %>" style="width: <%= itemWidth %>px;">',
|
'<div class="layout" id="<%= id %>" style="width: <%= itemWidth %>px;">',
|
||||||
'<div style="background-image: url(<%= imageUrl %>); width: <%= itemWidth %>px; height: <%= itemHeight %>px;"></div>',
|
'<div style="background-image: url(<%= imageUrl %>); width: <%= itemWidth %>px; height: <%= itemHeight %>px;background-size: contain;"></div>',
|
||||||
'<div class="title"><%= title %></div> ',
|
'<div class="title"><%= title %></div> ',
|
||||||
'</div>'
|
'</div>'
|
||||||
].join(''))
|
].join(''))
|
||||||
|
|
Loading…
Reference in a new issue