Hi Pavel, sorry for the late reply, and thanks for the help. I see what you mean AI-wise.
To be honest, this is getting a little beyond my expertise now. I did try what you suggested, but I couldn't figure it out. Instead, I decided to just add the text to the image in photoshop. Not the most elegant way to do things, but it does work.
To be honest, this is getting a little beyond my expertise now. I did try what you suggested, but I couldn't figure it out. Instead, I decided to just add the text to the image in photoshop. Not the most elegant way to do things, but it does work.
Hi @williama.The only trouble is that these images get displayed in a category blog-styled view, the images get resized and placed at different points, so this would not work for this. Is there a way to do the same thing, but resize dynamically based on the picture size, rather than the window size?
Yes, there is such a way. Using @container instead of @media and/or min(), max(), clamp() functions for font size.
https://developer.mozilla.org/en-US/doc ... er_queries
https://youtu.be/U9VF-4euyRo?si=08NTedsVRIizuuKO
https://youtu.be/3_-Je5XpbqY?si=3lFol6h69NjWgoQXLooks like an answer from AI, and by the way, rather outdated approachesTo ensure that the text resizes dynamically with the image as the window size changes, you will need to use responsive CSS. This involves setting the font size using viewport units, which scale based on the size of the viewport (the visible area of the web page)..... Using AI also requires knowledge to choose relevant answers
Example of using AI
1.jpg
Statistics: Posted by williama — Wed May 15, 2024 9:43 am