- Dynamic Pages (MyPage)

- Uploading files to the Server FTP.
This commit is contained in:
Paolo Arena
2019-12-27 12:43:42 +01:00
parent ad8f335d6c
commit ad94721b7d
35 changed files with 355 additions and 232 deletions

View File

@@ -45,9 +45,9 @@ export default class CFacebookFrame extends Vue {
get mywidth() {
let myw = 340
if (tools.getwidth(this) < 400)
if (tools.getwidth(this) < 410)
return myw
if ((tools.getwidth(this) > 400) && (tools.getwidth(this) < 1100))
if ((tools.getwidth(this) > 410) && (tools.getwidth(this) < 1100))
return Math.round((tools.getwidth(this) / 3) - 30)
else
return myw