最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

srcset attribute in Gutenberg gallery blocks

programmeradmin2浏览0评论

Gallery block are very useful to layout thumbnails. However, when I choose a columns layout (for example, four columns layout), the srcset for this thumbnail remains the same as a large image.

In other words, with a four columns layout, the thumbnails srcset come with:

sizes="(max-width: 768px) 100vw, 768px"

So, all thumbnails are built with the large images. For example, in this page: /

Is it possible to get something like this?:

sizes="(max-width: 768px) 100vw, 200px"

Further more, is it possible to set srcset up regarding the number of columns in the gallery block layout?

Gallery block are very useful to layout thumbnails. However, when I choose a columns layout (for example, four columns layout), the srcset for this thumbnail remains the same as a large image.

In other words, with a four columns layout, the thumbnails srcset come with:

sizes="(max-width: 768px) 100vw, 768px"

So, all thumbnails are built with the large images. For example, in this page: https://stage.margenesdelarte/productions/relato-de-salida-al-albergue-2018/

Is it possible to get something like this?:

sizes="(max-width: 768px) 100vw, 200px"

Further more, is it possible to set srcset up regarding the number of columns in the gallery block layout?

Share Improve this question asked Feb 19, 2019 at 17:13 aitoraitor 7252 gold badges8 silver badges23 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

Unfortunately, setting the sizes based on the viewpoint size in the Gallery Block isn't possible as of this writing (quite frustrating, imho) :/

There's a couple outstanding tickets about this, notably: https://github/WordPress/gutenberg/issues/9620 and https://github/WordPress/gutenberg/issues/13842

发布评论

评论列表(0)

  1. 暂无评论