Skip to main content

Questions tagged [zooming]

Zooming is the act of enlarging something (a document, an image, a map) to view it in greater detail. (DO NOT USE for questions about the Zoom communications platform; instead, use [zoom-sdk].)

1 vote
1 answer
35 views

Consistent Point Placement on Zoomable Tkinter Canvas

I'm working on a Python project where you have a canvas with an image that you can zoom in/out on various points, I made it so I can place dots on this canvas. Initially at zoom_scale 1 (no zoom ...
CatGuy's user avatar
  • 31
-3 votes
0 answers
23 views

Is there a way to make my code less laggy? [closed]

my code is super laggy and I dont know how to fix it, can someone help pls??? I tried chathpt and claude ai and neither of them made it less laggy! // scripts/info.js const WORLD_SEED = 11111; // ...
Garrison's user avatar
0 votes
1 answer
32 views

Zoom image outside bounders of JetpackCompose HorizontalPager

I'm trying to implement zooming an image using PointerEvent (2 fingers) and it's working perfectly (Zooming out of column bounders which is 0.4% of the screen height) when wrapped in a Column but it's ...
Ibrahim Disouki's user avatar
0 votes
0 answers
18 views

D3 zoom transform retained in subsequent charts

This relates to D3 version 7 and an issue with the zoom transform values being retained in subsequent charts on the same page. I have researched anything I could find online or here but none answers ...
Chris E's user avatar
  • 59
0 votes
0 answers
22 views

Zooming into Pictures etc. with two fingers on touchscreen

Looking for a solution to zoom a picture etc. similar to the zoom function on smartphone. The center point of the zoom is the mid between finger1 and finger2 the more i pull my fingers apart, the more ...
Patrick T.'s user avatar
0 votes
2 answers
37 views

Zoom only using mouse wheel

I'd like to allow zooming on a canvas (excalidraw API) using only the mouse wheel like on google map , without pressing the ctrl key. Here are two things that I tried : useEffect(() => { const ...
Antonin Cuyala's user avatar
0 votes
0 answers
25 views

How would I make zooming in and out of the website using percentage units like vh vw and % without just the font increasing in size

I'm trying to build a website on the odin project primarily with flexbox;texthere is the code I tried to use percantages but that wouldn't be efficiant when working with children(not litteral children)...
East's user avatar
  • 1
0 votes
1 answer
29 views

can I zoom in on an object?

Can I get closer to the object? Not scale up on it, but to get closer to it, something like changing the viewport. Even if use a method that is not designed for this, but will do.Can I get closer to ...
ТИСПАЙ's user avatar
1 vote
1 answer
50 views

Is there a way around Safari's min-font size?

JSBIN: https://jsbin.com/subipamero/edit?html,css,output HTML: <div>This is 20px text</div> <div class="shrunk">This should appear as 4px size text (20px * .2)</div> ...
DA2.'s user avatar
  • 57
0 votes
0 answers
50 views

JavaFX Zooming remain children relative node position

I am trying to build a zoomable and pannable 2D map for a video game. The map consists of an image view for the background image and a Group container that contains my child nodes. In my setting the ...
DanielK's user avatar
-1 votes
1 answer
41 views

How can I implement a 2x camera view as surface view?

I'm trying to make the surface view of my app, (android app), a live camera view that will always be zoomed in by two. It has a GUI on top of that. I do not need to zoom in or out. I just need to ...
Plus9dB996's user avatar
0 votes
0 answers
31 views

Fly-to on svg image in javascript

First, I'm totally new to Javascript. I have some training (not that much) in html & css. I have created an svg image of a piece of world map that I have illustrated myself and incorporated into ...
fenna0's user avatar
  • 1
0 votes
1 answer
75 views

How to recreate browser zoom in javascript?

Since there seems to be no way to directly set browsers' zoom level via js, I thought to override the browser zoom and code my own. This code works correctly when starting from scale = 1, but I'm ...
S. Elliot Perez's user avatar
0 votes
0 answers
26 views

How to scale screen using two different scale factors at the same time in TypeScript?

I am trying to scale screen using a scale factor if a zoom event is triggered. While, I am doing the same if the screen is resized instead but this scaling uses a different scale factor. However, if ...
Yusra's user avatar
  • 1
-2 votes
1 answer
57 views

Applying zoom into point like Aseprite

Hello I need some help with applying an answer on another question to my code. I'm currently trying to recreate aseprite's zoom functionality but, with my current code, when I zoom on different sides ...
RandomSkinCreator's user avatar

15 30 50 per page
1
2 3 4 5
406