Skip to content

Commit

Permalink
[4.0] Pluginless lazyloading for the core (joomla#30748)
Browse files Browse the repository at this point in the history
* remove the plugin code

* make sure there is no error message on attributs passed as string

* implement width & height into the media field

* add width & hight to com_media

* add width & height to the file list

* fix file path

* add width & heigth to the media field

* there is no alt text comming from com_media yet

* patch JS thanks @dgrammatiko

* Update installation/sql/postgresql/base.sql

Co-authored-by: Quy <[email protected]>

* Update installation/sql/mysql/base.sql

Co-authored-by: Quy <[email protected]>

* fix issues mention vy @dgrammatiko and implement width and heigth in the intro and full image layout

* When we have no image nothing is going to be displayed

* move json_decode & change back to the original image url

* take off px for width and height

* reset other changes that has been moved to joomla#30784

* also reset the image list layout

* Update libraries/src/HTML/HTMLHelper.php

* Add update SQL scripts 4.0.0-2020-09-27.sql (joomla#47)

Co-authored-by: Quy <[email protected]>
Co-authored-by: Richard Fath <[email protected]>
  • Loading branch information
3 people authored and dgrammatiko committed Sep 29, 2020
1 parent 71a983e commit d64d75a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 23 deletions.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion libraries/src/Extension/ExtensionHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ class ExtensionHelper
array('plugin', 'emailcloak', 'content', 0),
array('plugin', 'fields', 'content', 0),
array('plugin', 'finder', 'content', 0),
array('plugin', 'imagelazyload', 'content', 0),
array('plugin', 'joomla', 'content', 0),
array('plugin', 'loadmodule', 'content', 0),
array('plugin', 'pagebreak', 'content', 0),
Expand Down
18 changes: 0 additions & 18 deletions plugins/content/imagelazyload/imagelazyload.xml

This file was deleted.

0 comments on commit d64d75a

Please sign in to comment.