Answer the question
In order to leave comments, you need to log in
Is it possible to display MORE_PHOTO in the News List component?
Good afternoon.
Tell me if it is possible or not to display a lot of photos in the news list component, if possible, tell me how, in the news component, everything works in detail, MORE_PHOTO is displayed, but not in the news list.
Answer the question
In order to leave comments, you need to log in
In the component settings, select MORE_PHOTO, and I will throw off a piece of code that displays all the photos
<? if (!$arItem['DISPLAY_PROPERTIES']['MORE_PHOTO']['FILE_VALUE']['ID']){?>
<? foreach ($arItem['DISPLAY_PROPERTIES']['MORE_PHOTO']['FILE_VALUE'] as $image) { ?>
<div class="event-slide-item"
style="background-image: url(<?=$image['SRC']?>); >
</div>
<?}?>
<?} else { ?>
<div
class="event-slide-item"
style="background-image: url(<?=$arItem['DISPLAY_PROPERTIES']['MORE_PHOTO']['FILE_VALUE']['SRC']?>); >
</div>
<?}?>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question