Skip to content

Commit

Permalink
ленивая загрузка изображений в ленте (fixup)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Jan 2, 2025
1 parent 3ebb1b2 commit 6c17c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/tags/image.tag
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
alt="<l:title>${title}</l:title>"
srcset="${image.srcset}"
sizes="100vw" style="position: absolute"
"${image.loadingCode}"
${image.loadingCode}
${image.mediumInfo.code}>
<meta itemprop="caption" content="${preparedMessage.message.title}">
<c:if test="${preparedMessage.section.imagepost || image.fullInfo.width >= 1920 || image.fullInfo.height >= 1080}">
Expand Down

0 comments on commit 6c17c91

Please sign in to comment.