I can’t expand a banner from left to right
-
Hello, this is my first message, I’m a newbie with WordPress and maybe this is easy, but I’m going crazy with this question.
Up there is a image as a banner (later it will be a logo, when the design is finished). I want to expand it from left to right, so it resize when the window size is bigger or smaller, but it doesn’t work.
Outside WP, with pure HTML and CSS, it would be as simple as this:
<head>...<head>
<body>
<img style="max-width: 100%; object-fit: fill" src="prueba.jpg">
</body>(It seems that WP rename my image as “prueba-1.jpg”, I don’t know why).
Here you can see an example:
https://rosatintado.com/prueba.htmlBut I’ve tried everything I can think of, and it’s imposible for me to get it working in WP 🙁
Thank you very much!
- This topic was modified 5 months, 1 week ago by . Reason: removed redundant url
- This topic was modified 5 months, 1 week ago by .
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.