Tagged: drop shadow
Struggling to find the correct classes to add drop shadow effect to some images with image grow enabled. Some I have maaged but some I have not
black and white photo on page link in private link below is an example
Is ther an easy way/solution to find the correct class?
the easiest way is to use the developer tools of your browser. Nearly all modern browsers got one ( on Safari it has to be activated over the settings dialog of your Safari).
These are very might tools not only to see what class or ID you got on elements. There are javascript environments to test if a script is working.
There are a lot of tutorials on youtube how to use them – not all are good but for the beginning it will give you some infos.
basicly it starts with a right mouse click over the element what you like to examine. Every browser calls it a bit different “inspect element” something like this.
you can see what i do if i like to get the element here on board of your nick “madmanbean”:
left film symbol click and see in fullscreen: https://webers-testseite.de/videos-on-lightbox/
on that right side of those tools you can add css rules or edit them virtually. ( on the video i change font color to red)
see the video on the bottom left : it shows how to test a script virtually on developer tools
have solved this by using advanced layout and assigning new custom classes to the divs.
problem with inspect element is that as soon as you move the mouse to copy the code the css changes. There are also far too many classes involved to easily identify which one is the one to choose
Hi,
Thank you for posting an update and a solution, we appreciate it a lot!
Best regards,
Basilis