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

images - Add retina "2x" in attribute "srcset"

programmeradmin1浏览0评论

I need to add the "2x" to the url attribute srcset in wordpress 4.4.2. Maybe you can do so using a function in the functions.php file?

I need to add the "2x" to the url attribute srcset in wordpress 4.4.2. Maybe you can do so using a function in the functions.php file?

Share Improve this question edited Mar 19, 2016 at 17:07 fuxia 107k38 gold badges255 silver badges459 bronze badges asked Mar 19, 2016 at 16:59 Franz ArmasFranz Armas 12 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1

WordPress puts all resized versions of an image with the same aspect ratio into the srcset property. So if you need a "2x" image and one is not being generated already you could add an image size via add_image_size().

For the 2x image to be inserted in the correct circumstances you might need to tweak the sizes property via the wp_calculate_image_sizes filter.

发布评论

评论列表(0)

  1. 暂无评论