I designed a straightforward webpage using only HTML and CSS. Everything looks great when I view it on my local machine.
However, once I deployed the site on Droppages, a static-page hosting service integrated with Dropbox, all my images became stretched out of proportion.
Despite experimenting with various image sizing techniques such as adjusting image size in HTML (using both percentages and specific pixel sizes) and altering image dimensions via CSS (with percentages and pixels), none of these solutions seemed to work after deployment. All these methods worked flawlessly locally but failed to translate properly online.
I'm wondering if this issue is specific to Droppages or if I am simply messing up the image sizing. Is it common for images to display correctly on one platform but not another? Do you have any suggestions for potential workarounds that I could test out? Thank you in advance for your help!