SMF
SMF copied to clipboard
Fix slowdown with nested images
Source: https://www.simplemachines.org/community/index.php?msg=4125120
any image inside a .bbc_link tag will automatically be .bbc_img, and searching by class in javascript is a lot slower than searching by tag (the opposite of CSS) so all the .bbc_img class is doing here is slowing things down.