Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

Cause Dropbox To Behave Like A CDN (Content Delivery Network) For IMG/GIF Files

<!-- height and width dimensions may need to be adjusted to match that of the  gif -->
<!-- dropbox url typically ends with "?dl=0" which causes the linked file to be displayed in a new tab -->
<!-- changing the "0" to a "1" ie "?dl=1" causes dropbox to behave like a CDN (content delivery netwok) -->
<img src="https://www.dropbox.com/s/1sv0rkwl8hp7m6j/nobody.fucks.with.the.jesus.gif?dl=1" width="800" height="450">
Source by code-paper.com #
 
PREVIOUS NEXT
Tagged: #Cause #Dropbox #To #Behave #Like #A #CDN #Delivery #For #Files
ADD COMMENT
Topic
Name
6+5 =