lovasoa / SQLpage

SQL-only webapp builder, empowering data analysts to build websites and applications quickly
https://sql.ophir.dev
MIT License
882 stars 62 forks source link

in the hero component the image disappears on mobile #380

Closed amrutadotorg closed 3 weeks ago

amrutadotorg commented 4 weeks ago

Hi,

When I switch to mobile view then the image disappears.

SELECT 'hero' as component, '"I bow to all the seekers of truth."' as title, '/media/shri_mataji_pp_namaste.jpg' as image;

you can test it here: https://pp.amruta.org/

thank you

lovasoa commented 4 weeks ago

I do see the image on mobile:

Screen Shot 2024-06-06 at 17 33 47

amrutadotorg commented 4 weeks ago

Maybe its screen size depended? On iPhone 12 mini it is not visible also via chrome dev tools.

amrutadotorg commented 4 weeks ago

replaced with the video and it works fine

lovasoa commented 3 weeks ago

Could you please provide instructions on how to reproduce the issue in chrome dev tools ?

I tried to reproduce the iPhone mini viewport, I still the image in the hero component:

image

amrutadotorg commented 3 weeks ago

I had the bug in the code. Everything works fine.