1) In the process of developing a website using flexbox CSS styling to manage the site layout, I have utilized the FLA Framework as seen on this site, similar to how it is implemented on Facebook Design.
While Firebug and Chrome Inspector indicate no issues with the code layout, there seems to be a problem when viewing the site on mobile iOS Safari and Chrome, where images are being cropped due to the use of the flexbox order
property (as far as I can tell).
To troubleshoot this issue, I attempted adding -webkit-order: x;
to the stylesheet, but unfortunately, this did not resolve the cropping problem.
https://i.sstatic.net/m7Lt5.png
You can view the website here: LINK