- Dynamic Pages (MyPage)
- Uploading files to the Server FTP.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user