jimp-dev/jimp

How to align with percentages in cover and contain?

开放

#740 创建于 2019年5月20日

 (0 条评论) (2 个反应) (0 位负责人)JavaScript (785 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (13,218 个星标)
PR 合并指标
 (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

贡献者指南