How do you use percentages instead of pixels?

Open
#607 1 comment 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
css, javascript, react
Domain
frontend

Research direction

Start by reading the draggable component's handling of CSS transforms and the issue's top/left positioning scenario. Determine how percentage-based positioning should interact with browser resizing; done means draggable tags remain aligned with the resized image instead of relying only on pixel transforms.

Written by the indexing model from the issue text.

Description

Say I want to create tags on an image, the tags are initially positioned by top/left css with percentages. However, when you use draggable on these tags, its only changing the transform css properties. But when you resize the browser, the images get resized too, causing issues to the tags because the transform css properties is only in pixels. If we're able to use percentages instead, it can be a better option.

Dominant language
JavaScript
Stars
9.3k
Forks
1k
Avg merge
3d 8h
Merged PRs (30d)
4

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from react-grid-layout/react-draggable

All issues in react-grid-layout/react-draggable

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.