-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Media Image custom attribute type could not display on frontend. #19054
Comments
Hi @nimitaemipro. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
where @nimitaemipro do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @Nazar65. Thank you for working on this issue.
|
I'm will work on this issue |
Hi @nimitaemipro. Thank you for your report. The fix will be available with the upcoming 2.2.8 release. |
Hi @nimitaemipro this issue occurs only in 2.2-develop branch, in 2.3-develop |
Hi @nimitaemipro. Thank you for your report. The fix will be available with the upcoming 2.3.1 release. |
Using Media Image custom attribute type could not display on frontend.
Preconditions (*)
Steps to reproduce (*)
Sample code: 1
<img src="<?php echo $productImage->getUrl() ?>" alt="<?php echo $block->escapeHtml($product->getTitle()) ?>" />
Sample code:2
<img src=" <?php echo $mediaUrl."catalog/product".$diamondIcon ?>" />
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: