Image size changes when Hyperlink added

TSMM
74 Posts
TSMM posted this 20 July 2015

In the theme builder, when I try to add a hyperlink on an image the image display size changes, even through the 'Size' is set.

The original image size is 500px square, and in the theme I have them showing as 180px square, until I add a hyperlink to the image, that's when the image in the theme builder distorts.

In the theme builder, when I try to add a hyperlink on an image the image display size changes, even through the 'Size' is set. The original image size is 500px square, and in the theme I have them showing as 180px square, until I add a hyperlink to the image, that's when the image in the theme builder distorts.
Vote to pay developers attention to this features or issue.
3 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 20 July 2015

Hello Tracy,
the issue is reproducible and I'm passing it to developers for review.
As workaround please add custom CSS that specifies the image size under Settings >> Additional CSS

.bd-imagelink-3 img {
 width: 250px;
 height: 165px;
}

Please note, that class name may be different, I used developer tool in browser to find the .bd-imagelink-3 name.

regards,
Aileen

Hello Tracy, the issue is reproducible and I'm passing it to developers for review. As workaround please add custom CSS that specifies the image size under Settings >> Additional CSS .bd-imagelink-3 img { width: 250px; height: 165px; } Please note, that class name may be different, I used developer tool in browser to find the `.bd-imagelink-3` name. regards, Aileen
jacojashi
56 Posts
jacojashi posted this 20 July 2015

After last update i have the same issue (backup works- prev version of template)

After last update i have the same issue (backup works- prev version of template)
Support Team
Support Team posted this 20 July 2015

Hello Tracy and Jacek,
this issue has been resolved on our end and the fix will be included into the next Themler update.
Till then please use the provided workaround.

regards,
Aileen

Hello Tracy and Jacek, this issue has been resolved on our end and the fix will be included into the next Themler update. Till then please use the provided workaround. regards, Aileen
You must log in or register to leave comments