jimp-dev/jimp

How to align with percentages in cover and contain?

Open

#740 创建于 2019年5月20日

在 GitHub 查看
 (0 评论) (2 反应) (0 负责人)JavaScript (785 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (13,218 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Expected Behavior

I want to align an image as I would in browser with following css:

object-fit: cover;
object-position: center 20%;

Current Behavior

cover() only excepts alignBits

贡献者指南