Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!
Can you share a snippet of your code?Example of what I'm talking about below and all I've changed is the code of one of the images. They have the same file path, same name, just a different extensionView attachment 2995
versus how it should look below: View attachment 2996Is there a way to resolve this?
Can you share a snippet of your code?
<div class="slide-show_containers">
<div class="slide-show_1container">
<div class="next_button" onclick="NextImage()">
<img src="img/background/right-arrow.svg" class="responsive"/>
</div>
<div class="previous_button" onclick="PreviousImage()">
<img src="img/background/left-arrow.png" draggable="false" class="responsive"/>
</div>
<div class="close_button" onclick="CloseLightbox(1)">
<img src="img/background/close-button.png" draggable="false" class="responsive"/>
</div>
as you already confirmed with your left arrow png seems to work so it should be related to the svg itselfHTML:<div class="slide-show_containers"> <div class="slide-show_1container"> <div class="next_button" onclick="NextImage()"> <img src="img/background/right-arrow.svg" class="responsive"/> </div> <div class="previous_button" onclick="PreviousImage()"> <img src="img/background/left-arrow.png" draggable="false" class="responsive"/> </div> <div class="close_button" onclick="CloseLightbox(1)"> <img src="img/background/close-button.png" draggable="false" class="responsive"/> </div>
Code Forum is a community platform where coding enthusiasts can connect with other developers, engage in discussions, ask for help, and share their knowledge with a supportive community. It's a perfect place to improve your coding skills and to find a community of like-minded individuals who share your passion for coding.
We use essential cookies to make this site work, and optional cookies to enhance your experience.