Skip to content

Instantly share code, notes, and snippets.

@zhabinka
Last active January 25, 2017 13:39
Show Gist options
  • Save zhabinka/0f0024fcffc2fda649bb80cf9d354c49 to your computer and use it in GitHub Desktop.
Save zhabinka/0f0024fcffc2fda649bb80cf9d354c49 to your computer and use it in GitHub Desktop.
Круглые изображения
.flex{
float: left;
width: 220px;
text-align: center;
margin: 0 5px 20px 5px;
text-transform: uppercase;
font-size: 18px;
}
.flex img{
padding: 0 0 10px;
}
[[pdoResources?
&parents=`885`
&depth=`1`
&tpl=`round_photos.tpl`
&includeTVs=`image`
&limit=`0`
&showLog = `0`
]]
{$_modx->runSnippet('pdoResources', [
'parents' => '885',
'tpl' => '@FILE tpl/round_photos.tpl',
'sortby' => 'menuindex',
'sortdir' => 'ASC',
'limit' => 0,
'showLog' => 0,
'includeTVs' => 'image',
'includeContent' => 0
])}
<div class="flex">
<a href="[[~[[+id]]]]">
<img src="[[+tv.image:phpthumbon=`w=220&h=220&zc=1&fltr[]=ric|110|110&f=png`]]">
<span>[[+pagetitle]]</span>
</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment