https://hamzicabdulah.github.io/personal-portfolio/
Everything works just fine on any browser when I open the page on my
PC/laptop — the page is responsive, all the background images appear on
any screen size… But, when I open the page on my mobile phone, the
background images for the first two section (and sometimes on the third) do not appear. I don’t know
how to fix this issue. I’ve tried removing the following code for mobile
size:
background-attachment: fixed;
… But that didn’t change anything at all. I also tried resizing the images using an image-resize software and then I also tried resizing the images directly in css using this code:
background-size: 1040px 680px
Nothing really helps… I am stuck.
Can anyone help me with this?