spybaby1 / 360-react-pannellum

8 stars 2 forks source link

i am not able to drag image from middle #8

Open gmchaturvedi1 opened 5 years ago

gmchaturvedi1 commented 5 years ago

Hi,

iam able to draw from top left corner to view but when i andt to drag in from middle no response .

i am using the code of example

<Pannellum width="100%" height="500px" image={ArmImg} pitch={100} yaw={180} hfov={110} autoLoad onLoad={() => { console.log("panorama loaded"); }}

<Pannellum.Hotspot type="info" pitch={11} yaw={-167} text="Info Hotspot Text 3" URL="https://github.com/farminf/pannellum-react" />

                            <Pannellum.Hotspot
                                type="info"
                                pitch={31}
                                yaw={-107}
                                text="Info Hotspot Text 4"
                                URL="https://github.com/farminf/pannellum-react"
                            />
                        </Pannellum>