You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just started using this in my gulp process of creating HTML emails in order to send them to InVIsion for review by placing screenshots in a local folder that is pushed to the web app using the InVision Sync menubar app. In order for InVision to see these screenshots as hiDPI images, I need to add the @2x suffix on the filename.
The problem is that adding the suffix option to the gulp task overrides the width option's ability to create multiple screenshots of the same HTML in different widths.
I'd suggest changing the suffix created when zoom is specified to use the more standardized @2x or @3x, etc. and mention in the documentation that the suffix option cannot be used at the same time as multiple width declarations.
The text was updated successfully, but these errors were encountered:
I just started using this in my gulp process of creating HTML emails in order to send them to InVIsion for review by placing screenshots in a local folder that is pushed to the web app using the InVision Sync menubar app. In order for InVision to see these screenshots as hiDPI images, I need to add the
@2x
suffix on the filename.The problem is that adding the
suffix
option to the gulp task overrides thewidth
option's ability to create multiple screenshots of the same HTML in different widths.I'd suggest changing the suffix created when
zoom
is specified to use the more standardized@2x
or@3x
, etc. and mention in the documentation that thesuffix
option cannot be used at the same time as multiplewidth
declarations.The text was updated successfully, but these errors were encountered: