Greetings to everyone attending, I'm currently working on a portfolio page and I am looking to resize blocks dynamically in vue.js based on window size.View image description here
The tile displayed in the image should always maintain a square shape, so upon resizing it can either decrease in size (up to a certain point) or the number of tiles per row could adjust accordingly. I'm struggling to implement this feature
Below is the complete layout that I have created, although it may require some modifications. Just to clarify, my expertise lies mainly in web design, so please bear in mind that the layout and code might not be flawless.
@media (max-width: 500px) {...}
...
...