arquilca

Results 4 comments of arquilca

> tom m You can try scaling the corresponding attributes that modify the custom marker's position/size. On the element it would be something like: `transform={`translate(${-8 / scaleFactor}, ${-20 / scaleFactor}),...

> On a similar note, how do we make the marker stay at the coordinate as you zoom in/pan? I think that's what the `translate` portion of the transform is...

@eysuu I don't think setting `--lighthouse.setting.screenEmulation.disabled` is enough. You can see this document that mentions two different ways screenEmulation would be configured with objects. Maybe some of the other parameters...