How To Create Image Gallery Using HTML, CSS and Javascript | Lightbox Gallery

  Рет қаралды 288,062

Clever Techie

Clever Techie

Күн бұрын

Пікірлер: 291
@BuzzyBeeNexySerbia
@BuzzyBeeNexySerbia 4 жыл бұрын
I just wanted to tell you that you saved me and my exam for tomorrow, thank you!
@davida6883
@davida6883 6 жыл бұрын
you make some of the best tutorials, directly to the point, dont waste of time , thanks a lot dude.
@Batareika007
@Batareika007 3 жыл бұрын
I've been searching the net for over a week to find something easy and useful, thanks a lot for this tutorial!
@ArifHussain-gf2jz
@ArifHussain-gf2jz 2 жыл бұрын
My senior told me to create like this,and I got this awesome video, Many thanks for you valuable video 😊😊
@clevertechie
@clevertechie Жыл бұрын
I appreciate that, glad you found the video to be valuable!
@raymondbedard3272
@raymondbedard3272 4 жыл бұрын
worked fine except for the navigation arrows.. I did a little research...(= I lost a few more hairs LOL) The latest version of lightbox does not expect the image files to be in the same folder as the images.... My folder was Images_htm... I found that lightbox was actually looking for the images in.... wait for it.... in a subfolder .... named.... images ..... I created a folder in Images_htm named images , put the files in there and all was good..... (did not have to edit the css file)
@IRM2
@IRM2 4 жыл бұрын
I have the same issue; My initial folder had a different name, I also created a sub folder named "images", I have all files (pics + 4 mg files), still doesn't show the buttons...Any suggestions?
@IRM2
@IRM2 4 жыл бұрын
nvm, figured it out. In the lightbox.min.css, just change the "images/close.png)", to whatever the folder name is. And if you have subfolder, change it to "/folder/subfolder/close.png)", and your done. Cheers for the video.
@rasulali4690
@rasulali4690 4 жыл бұрын
@@IRM2 thank u bruh, saved my time :)
@shrutikarpe4700
@shrutikarpe4700 4 жыл бұрын
@@rasulali4690 hey I exactly couldnt get it could you please explain inbrief as I am getting the same issue
@shrutikarpe4700
@shrutikarpe4700 4 жыл бұрын
@@IRM2 could you please explain in brief as m getting the same issue
@BamBam-je4yf
@BamBam-je4yf 4 жыл бұрын
i am a newbie with that html stuff and i see lots of negative comments around here, crying about ''oh it's not working :('' WELL THEN MAKE IT WORK, there is google, if you're having a problem, solve it. This guy here made an incredible video, and tbh it took me 40 mins to find a solution to something that was bothering me. It just takes time, you can't just come here and get the source code or just write the same stuff he wrote and expect wonders. Thanks Clever Techie. LIke i mentioned, all the problems you have/had are mentioned in google, for those who couldn't see the arrows/X/loading gif . stackoverflow.com/questions/9864818/lightbox-2-on-html-site-next-previous-gifs-not-showing . Changing the name of the directory worked for me, in the lightbox file.css took me another 40 mins to solve this easy shit but still, don't complain, just use your brains. Your negativiry affects other users who come here to learn something, if they see only negative comments nobody will try to watch the video -.-
@gianlucatiengo7306
@gianlucatiengo7306 4 жыл бұрын
I like very much... just one question... Arrow and X to quit doesn't appear. i mean if i click on the spots where normally they are, it works just don't show up arrow and X ... any advise? Thank you!
@sturgeburger
@sturgeburger 3 жыл бұрын
at 2:35 , how do you copy all the corresponding image tags without manually typing them??
@uriel6673
@uriel6673 6 жыл бұрын
Thought I was going to practice some JavaScript but it’s still a good vid tho
@chippandenga6722
@chippandenga6722 2 жыл бұрын
😂😂🤣 I saw your comment but was still curious. No is at all.
@wafflemaru4597
@wafflemaru4597 4 жыл бұрын
Thanks a lot. It works as you told. I'm working on my online portfolio for my internship. RESPECT!
@mariocarnival
@mariocarnival 5 жыл бұрын
You know...? Actually, I am not using TWO sizes for the images like one small for thumbnail and the big display, no. Just one JPG file per image, to make it small/thumbnail, just apply some CSS on the thumbnails grid/nav images, what do you think about it?
@nowrajrai8965
@nowrajrai8965 4 жыл бұрын
Yes! it worked...Thanks you Clever Techie.. You are the best....
@DaviePlaysGuitar
@DaviePlaysGuitar Жыл бұрын
HI excellent tutorial thanks you. I have followed it and have a gallery ready to incorporarte on my website but I would like more control over the image size - your example has a row of 4 images but mine displays 6 on each row, can you advise hiow this is determined please?
@AlisonDurazo
@AlisonDurazo 6 жыл бұрын
In addition, I would like to use this gallery for videos as well but it does not seem to pop up, it goes to the direct link. How can I keep it working even by adding video to the gallery?
@pluis1570
@pluis1570 5 жыл бұрын
Hey ! I just tried it , but for some reason i dont see the buttons appearing while on the pictrue , the clicking left and right works . but can't see the buttons . Do you have any ideo how to fix this ?
@pluis1570
@pluis1570 5 жыл бұрын
@connor abbas came up with the soultion : "I had the same problem, it has to deal with the file structure of your project and where you stored the images. Just go into the lightbox.min.css file and change the path of the images. It should say... background: url(../images/prev.png) left 48% no-repeat; Just change it to the correct path of where your image is. If you have all your files and images in one project folder just change it to background: url(prev.png) left 48% no-repeat; That applies to all the icons and loading gif. Hope this helps!"
@adrianmoser2295
@adrianmoser2295 5 жыл бұрын
I had the same problem. The problem is that you get gif when you duplicate it (on my Mac). You should change the picture from gif to png.
@KostasNezis
@KostasNezis 5 жыл бұрын
@@pluis1570 Hello. I did everything with the icons and i have the same problem. No icons appear. I use Sublime text 2 for coding. What's the problem ?
@pluis1570
@pluis1570 5 жыл бұрын
@@KostasNezis have you changed the path in the lightbox.min.css file ?
@alliwell2075
@alliwell2075 5 жыл бұрын
@@pluis1570 Thankyou so much man! I wouldn't have found it without your comment :/ Had to get rid of the ../images and change it to jut IMG/
@glimdark
@glimdark Жыл бұрын
which code editor are you using
@danishmirza5857
@danishmirza5857 4 жыл бұрын
Well good but at the last my gallery img did not show next previous buttons
@SquareEarth1
@SquareEarth1 4 жыл бұрын
THANKYOU!! Been looking for something like this that actually works. I really like your tutorial style - easy to follow.
@saneichavakkadan2
@saneichavakkadan2 4 жыл бұрын
Navigation arrows and close button not shown. But every mouse click of same place are work well. How to show these png, gif files? Thanks in advance
@gatzestreicheln3226
@gatzestreicheln3226 4 жыл бұрын
No images (arrows) showing up fix:Open the lightbox.min.css (css file), and edit the folder name*. Read through the text and where it says images, change it to your images folder name, and if the images are along with the html files, just remove the text "images". I had to change the text form images to img.
@sholaidowu7660
@sholaidowu7660 11 ай бұрын
where is the folder name bit @@gatzestreicheln3226
@jonathancarter2347
@jonathancarter2347 4 жыл бұрын
If you're using v2.11.1, you may have to put deal with the navigation buttons before lightbox works at all. Seems mine wasn't working until I did that. And thanks Clever Techie.
@glimdark
@glimdark Жыл бұрын
which code editor was he using
@joandemello
@joandemello 3 жыл бұрын
Thanks it was so good making my galary with the lightbox. Well explained
@GrantDavis
@GrantDavis 4 жыл бұрын
Index values are off somehow, such that when I have 3 photos is thinks I have 4 photos. I am also able to click through to the 4th photo (which doesn't exist) and its just another version of the 3rd photo. The javascript is also so unreadable finding the error in the index checking is impossible. I was able to modify the index display so that it shows that there are 3 photos, but it still will go to the fake 4th photo. I guess this lightbox code isn't meant to be modified...
@elyorbekaliev4005
@elyorbekaliev4005 Жыл бұрын
Thank you buddy, that was great, but could you please help me how can I make its background transparent, because it made my background white totally, nothing left, thank you
@exogendesign4582
@exogendesign4582 3 жыл бұрын
I was wondering will lightbox also work if I fetched images directories from database? I want to use backend PHP with this. will it work? I have no knowledge yet in web but I create a lot of desktop API, from your experience will it work?
@UsaM
@UsaM 6 жыл бұрын
nice, but I'n having trouble put things on a single page like : A drop down menu then insert this somewhere and make it appear in a single page
@lirigzonizeti7143
@lirigzonizeti7143 4 жыл бұрын
dude u should have in the same place photos and file u created otherwise the photos doesnt work
@jonathancarter2347
@jonathancarter2347 4 жыл бұрын
All worked fine in VS code but when uploaded to GitHub, it functions but the nav images don't show. Ideas?
@kovacssandor796
@kovacssandor796 3 жыл бұрын
change your images directory name to "images" and put inside all of your images
@axender269
@axender269 5 жыл бұрын
I was looking forward to learning the vanilla JS behind lightbox applications. A decent video for those beginners looking to use premade tools though. Oh well
@nashaatsalah7872
@nashaatsalah7872 3 жыл бұрын
Hello, VERY NICE WORK!! but final result with me did not showing the arrows or close marks it works but not show off why ? and how to fix?
@haccuk
@haccuk 4 жыл бұрын
That's really good thank you. Can you tell me what programme you use for bulk resizing of small images. I assume they all have to be the same size or proportion?
@olsenstern
@olsenstern 3 жыл бұрын
Thank you very much for this great tutorial. It is well explained, well told, it is just brilliant!
@bhanukaweerasekara9474
@bhanukaweerasekara9474 4 жыл бұрын
It worked...! Thank you very much...! Keep up the good work.
@tang3151
@tang3151 4 жыл бұрын
I added 6 images only 3 are showing up. They're different sizes. 3 are showing up on the browser and the other 3 aren't but they're alternative text is showing. Idk what's happening.
@Chineization
@Chineization Жыл бұрын
I got an issue that I have a video in the gallery that is not playing. please help. thanks!
@donborjuto7321
@donborjuto7321 5 жыл бұрын
What size in px are your small images?
@dan32663266
@dan32663266 5 жыл бұрын
I did 200 x 200 which is a square his look like they might be 250 x 200?
@surnlihengtechnology1958
@surnlihengtechnology1958 5 жыл бұрын
How do you get the picture small and big?
@milanveres9921
@milanveres9921 5 жыл бұрын
go in paint for example if you dont have photoshop so: paint > open > image.jpg > resize > pixels > 1000px > 500px > 250px > u save it as small_image.jpg and ur done!
@DanisPhotographe
@DanisPhotographe 5 жыл бұрын
Hi, do you have a video that explain how to get pictures from a folder on your web server, wihtout having to right the name of the hundreds of images in that folder ? Thanks
@sabinechancel
@sabinechancel 4 жыл бұрын
It works ! Happy New year Sir !
@AlisonDurazo
@AlisonDurazo 6 жыл бұрын
this does not work with explorer, it is also causing trouble whenever I use a nav bar or add a logo at the top in firefox. the hover works but not the pop up.
@DavidAshby1
@DavidAshby1 3 жыл бұрын
Thanks for the tutorial. Almost everything is working as intended however when I view on a mobile device the larger image only opens at the size of the thumbnail. When I view using Chrome and firefox for mobile devices it opens as expected. Any ideas ?
@andreigodunov330
@andreigodunov330 3 жыл бұрын
how you change path for (close, next,prev) icons?? When i run the console it make error by looking for them in localUser/desktop/images folder .
@andreigodunov330
@andreigodunov330 3 жыл бұрын
I've been reading comments , seems like many people had same issue , basically code doesn't work correctly (tried to search in the Js file for mentioning icon path could not find anything )
@Dominik-wg1yl
@Dominik-wg1yl 3 жыл бұрын
Next, previous, loading and close do not show on my website. Do you know why? Thank you
@matty965
@matty965 5 жыл бұрын
I did the same, but when my website is online the lightbox doesn't work. It just displays the image without any arrow. To select another image I have to click back in Chrome. Do you know how to fix this issue?
@balajikrish5136
@balajikrish5136 5 жыл бұрын
Hello sir, how to make next and previous button in the image viewer visible.
@redseantlworld
@redseantlworld 4 жыл бұрын
Wow! One of the best tutorials out there...thanks man.
@khaledalkhder9110
@khaledalkhder9110 5 жыл бұрын
hi, is it free to use LightBox plugin as a commercial use?
@trippy_b
@trippy_b 2 жыл бұрын
why did you write data-lightbox = "mygallery" and where is this is used? where is the JS Code?
@freektom
@freektom 3 жыл бұрын
Nice Thank you so much, my question is, how to change the background color of the entire gallery to black??
@hakana8597
@hakana8597 4 жыл бұрын
Thank you very much for the video. Lightbox is working perfectly but grayscale, scale 1.1 and hover properties do not work. I can see these properties are working when I am in Dreamweaver split mode. When I built a site preview, I could not see these properties. Do you have any idea what may cause this problem?
@luciddoggo5094
@luciddoggo5094 4 жыл бұрын
How do you make thee small version of the images?
@JelleRuben
@JelleRuben 5 жыл бұрын
Nice video, but why two images of one picture? You can sizesed in the code? Or is the smaller images for the performance?
@mariocarnival
@mariocarnival 5 жыл бұрын
It's almost the same I asked him. I used the biggest one and then in CSS I scale it down to be shown as thumbnails, but maybe they could be heavy... I have to try...
@Y0y0Jester
@Y0y0Jester 3 жыл бұрын
Hmmm, what do I do if I have a gallery of 1000 pictures? I need to know how to add them programmatically through javascript.
@stylewithyamini
@stylewithyamini 4 жыл бұрын
How to change the place of prev next and close button??? And how can we add title of the image??? Please help
@ruchitamore7391
@ruchitamore7391 3 жыл бұрын
How can i get all this image gallary inside a button...like after clicking button how can i display this image gallary
@bayareakidsclub5999
@bayareakidsclub5999 3 жыл бұрын
How did you copy and paste all of the images to insert into html?
@malintha_prasad
@malintha_prasad 5 жыл бұрын
Worked 100% perfectly.. thank you verymuch !!!
@themiyajayakodi4052
@themiyajayakodi4052 3 жыл бұрын
Amazing Tutorial, no words to say
@woelneberg
@woelneberg 3 жыл бұрын
When I added this my w3 style stopped working? Can't these styles be combined?
@andrewjwentzel9349
@andrewjwentzel9349 3 жыл бұрын
That was the most helpful and simplest explanation! Thanks!
@darkerarts
@darkerarts 4 жыл бұрын
Is there a way of adjusting this to make a website visible in the Lightbox? I would like to be able to put a link to a gallery website instead.
@Misc_useful
@Misc_useful 2 жыл бұрын
Beautiful smart explanation
@mrlevo27
@mrlevo27 4 жыл бұрын
is ist possible to use the lightbox with video too? i have a mixed gallery :/
@capstone-switzerland3071
@capstone-switzerland3071 5 жыл бұрын
Hello Thanks you a lot. It works very well. I just have a little problem! Wenn I have a vertical picutre in my gallery it s ok but in the lightbox it turn 90°! Do you know how I can make that a vertical picture is shawn and stay vertical in the lightbox? Thanks.
@TradingWithGichuru
@TradingWithGichuru 3 жыл бұрын
This is it. This is the video. Thanks
@PavelKostal
@PavelKostal 4 жыл бұрын
Anyone know how to use with Java in jsp files. It works great, but I don't see images: close.png, loading.gif, next.png, prev.png
@natashapramodsawant6157
@natashapramodsawant6157 3 ай бұрын
easy to learn and understand code
@ashraffaly7915
@ashraffaly7915 3 жыл бұрын
Thanks a lot. Its very helpful.
@Daniel14Mejia
@Daniel14Mejia 2 жыл бұрын
Man when i click a pic, it opens in full size, how do i resize that?
@helanacampling1922
@helanacampling1922 4 жыл бұрын
It just doesn't work. It will not load the css or the javascript. It just displays all the images and when you click on them the screen goes blank.
@mohammedshajahan550
@mohammedshajahan550 4 жыл бұрын
i couldn't see any next, previous and close button on the lightbox. could you please help me with your immediate response. Thank you
@Drcones
@Drcones 3 жыл бұрын
did you find a fix?
@mucahidadnancanbilgin6469
@mucahidadnancanbilgin6469 3 жыл бұрын
thank you awsome tutorial but (next,prev...).png can't working. which way should i fix
@mucahidadnancanbilgin6469
@mucahidadnancanbilgin6469 3 жыл бұрын
ok i fixed bro awsome video
@henkgoethals5449
@henkgoethals5449 5 жыл бұрын
Navigation buttons are not visible. And YES the images are stored in the correct folder on my computer (I always store all my images by default in a folder called 'images', just like the lightbox css), and YES I have used quotes (" "), and YES I have tried dropping the . . / Etc etc etc..... Nothing works. Am going crazy here.
@henkgoethals5449
@henkgoethals5449 5 жыл бұрын
For any of you poor sods out there having the same problem: I found the solution, but don't ask me how and why this works. Just check out kzbin.info/www/bejne/gnWqpZmensRsqM0. The guy giving this tutorial runs into exactly the same issue: none of the nav buttons are showing up. Watch the end of the video en see how he solves it. I tried it, not with the latest version of Lightbox, but with the 2.10 version, and it worked. It involves referring in the DOM to both (!!!!!!) lightbox.min.css ànd lightbox.css --- in that order, not the other way round. Try it, it's most likely going to work.
@christianek.963
@christianek.963 4 жыл бұрын
Thank uuu, I really needed this!!
@sk3424
@sk3424 2 жыл бұрын
thank you so so much , you are the best , saved my life bro!!!!
@clevertechie
@clevertechie Жыл бұрын
you're welcome brother man, glad I could help!
@alainroos5383
@alainroos5383 3 жыл бұрын
short and to the point ! Thank you !
@rodrigoitit
@rodrigoitit 3 жыл бұрын
Awesome! Thanks for sharing.
@clevertechie
@clevertechie Жыл бұрын
Of course! Glad you found the video to be awesome!
@mr_alam6867
@mr_alam6867 2 жыл бұрын
It working but only showing back button image, close button image so on Thankyou so much video it really helpful for me
@OusmaneJustinGuiro
@OusmaneJustinGuiro 4 жыл бұрын
hello, hope you're good, thanks for the video and i wanna say that, I'm watching this video from Africa so stop thinking Africa is a jungle
@ankitaumredkar8368
@ankitaumredkar8368 3 жыл бұрын
Here you are mentioned close next button tutorial. I want this
@karuvifoundation2857
@karuvifoundation2857 4 жыл бұрын
how to implement this in blogger.. cant able to add lightbox css to blogger.. help needed..
@oricketts5076
@oricketts5076 3 жыл бұрын
Can you change caption font/size?
@ujjwalrustagi8690
@ujjwalrustagi8690 5 жыл бұрын
The navigation arrows do not display on the side.
@lexxxo17
@lexxxo17 4 жыл бұрын
the buttons don't appear on my end :(
@jovicakulja7031
@jovicakulja7031 3 жыл бұрын
same here, did you managed to fix it?
@Eddycoolbiscuits
@Eddycoolbiscuits 6 жыл бұрын
The image doesn't load. I click it and a black screen shows up. Can someone tell me what went wrong?
@lauramessick607
@lauramessick607 2 жыл бұрын
The larger image did not show for me.
@jakubvorel4416
@jakubvorel4416 3 жыл бұрын
how to edit the "alwaysShowNavOnTouchDevices" ?
@rathernotdisclose8064
@rathernotdisclose8064 6 жыл бұрын
2:36 where the hell did that clipboard data come from?
@DJAtom
@DJAtom 4 жыл бұрын
he just copied href files above lol
@jotsarupa
@jotsarupa 4 жыл бұрын
how to make your photos small because they are in 100's without much effort?anytips please?
@TrangLe-dp8jf
@TrangLe-dp8jf 3 жыл бұрын
can you tell me the size of your small images?
@avadheshmaurya1972
@avadheshmaurya1972 5 жыл бұрын
Nice explanation Thanks. Can you please tell me that this gallery page is responsive or not? Pls do the needful or the same.
@Johannes2730
@Johannes2730 5 жыл бұрын
it is responsiv
@russian161-rus
@russian161-rus 4 жыл бұрын
What is mygallery you added??????
@silasrodrigues7582
@silasrodrigues7582 4 жыл бұрын
Prev and next are invisible. Does anyone know why? Buttons prev and next works but are invisible
@akaraonyestephen5516
@akaraonyestephen5516 3 жыл бұрын
you rock man !!! i subbed keep the good work up
@ashokk9289
@ashokk9289 3 жыл бұрын
Thank you sooo Much for this Excellent tutorial
@silviafricova1779
@silviafricova1779 2 жыл бұрын
Really great tutorial, thanks a lot! You explain very well so I can´t wait to learn from you more. I subscribe.
@clevertechie
@clevertechie Жыл бұрын
Glad you liked it, thank you for subscribing!
@simonjolet4881
@simonjolet4881 4 жыл бұрын
Great Video, thanks a lot !! It helped me very well
@ThrReAlMaDrIdBoY7
@ThrReAlMaDrIdBoY7 3 жыл бұрын
Thank you! Very good Video
@marcelanratonel9025
@marcelanratonel9025 9 ай бұрын
Can you put this on QR?
@inesreisx
@inesreisx 4 жыл бұрын
hi, this looks very good, is it mobile friendly?
@andrewandrosow4797
@andrewandrosow4797 3 жыл бұрын
Hello! Nice work! Thank you very much!
@baykus790
@baykus790 4 жыл бұрын
amazing tutorial. i learned many cool stuff
Create a CSS only lightbox using :target
34:08
Kevin Powell
Рет қаралды 68 М.
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 35 МЛН
Family Love #funny #sigma
00:16
CRAZY GREAPA
Рет қаралды 36 МЛН
Simple Image Lightbox Tutorial
14:04
Web Dev Simplified
Рет қаралды 80 М.
HTML, CSS, and Javascript in 30 minutes
31:49
devdojo
Рет қаралды 597 М.
These CSS PRO Tips & Tricks Will Blow Your Mind!
8:48
Coding2GO
Рет қаралды 449 М.
Crazy 3D Rotation Effect Using CSS Only
7:40
Lun Dev
Рет қаралды 189 М.
How To Create An Image Slider In HTML, CSS & Javascript
24:42
developedbyed
Рет қаралды 480 М.
Award Winning Animation With Only 20 Lines Of CSS?
6:59
Hyperplexed
Рет қаралды 1,8 МЛН
Create Responsive Image Gallery Using HTML and CSS
20:28
Tech2 etc
Рет қаралды 152 М.
10 CSS Pro Tips - Code this, NOT that!
9:39
Fireship
Рет қаралды 2,2 МЛН
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН