75 : <cfset lastSlashPosition = Find("/", Reverse(imgLeft))>
76 : <cfset lastSlashPosition = Len(imgLeft) - lastSlashPosition + 1>
77 : <cfset modifiedImgSrc = Left(imgLeft, lastSlashPosition - 1) & "/w_400,h_200,c_pad,dn_72" & Mid(imgLeft, lastSlashPosition, Len(imgLeft) - lastSlashPosition + 1)>
78 : <!--- <cfoutput>#modifiedImgSrc#</cfoutput> --->
79 :
|