News — #modeltrains #toytrains #trains #lionel #allabouttoytrains #blog

The History of Model Trains

Posted by Richard Adelberg

The History of Model Trains
The first mass market model train sets were invented by a German company called Marklin

Read more →


"); // Add image and caption to lightbox $lightbox .append($img) .append($caption); // Add lighbox to document $('body').append($lightbox); $('.lightbox-gallery img').click(function(e) { e.preventDefault(); // Get image link and description var src = $(this).attr("data-image-hd"); var cap = $(this).attr("alt"); // Add data to lighbox $img.attr('src', src); $caption.text(cap); // Show lightbox $lightbox.fadeIn('fast'); $lightbox.click(function() { $lightbox.fadeOut('fast'); }); }); }());