Fixed a bunch of form deploy systems
This commit is contained in:
@@ -152,6 +152,8 @@ export const OuterLink = (props) => {
|
||||
|
||||
|
||||
export const Img = (props) => {
|
||||
// Find parent container and check width
|
||||
|
||||
var height = "auto"
|
||||
var width = 750
|
||||
if (props.height !== undefined && props.height !== null) {
|
||||
|
||||
Reference in New Issue
Block a user